-
rtcDisableGeometry - disables the geometry
-
#include <embree3/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]