rtcDisableGeometry(3) Embree Ray Tracing Kernels 4 rtcDisableGeometry(3)

rtcDisableGeometry - disables the geometry

#include <embree4/rtcore.h>
void rtcDisableGeometry(RTCGeometry geometry);

The rtcDisableGeometry function disables the specified geometry (geometry argument). A disabled geometry is not rendered. Each geometry is enabled by default at construction time.

After disabling a geometry, the scene containing that geometry must be committed using rtcCommitScene for the change to have effect.

On failure an error code is set that can be queried using rtcGetDeviceError.

[rtcNewGeometry], [rtcEnableGeometry], [rtcCommitScene]