.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "rtcDisableGeometry" "3" "" "" "Embree Ray Tracing Kernels 4" .SS NAME .IP .EX rtcDisableGeometry \- disables the geometry .EE .SS SYNOPSIS .IP .EX #include void rtcDisableGeometry(RTCGeometry geometry); .EE .SS DESCRIPTION The \f[CR]rtcDisableGeometry\f[R] function disables the specified geometry (\f[CR]geometry\f[R] argument). A disabled geometry is not rendered. Each geometry is enabled by default at construction time. .PP After disabling a geometry, the scene containing that geometry must be committed using \f[CR]rtcCommitScene\f[R] for the change to have effect. .SS EXIT STATUS On failure an error code is set that can be queried using \f[CR]rtcGetDeviceError\f[R]. .SS SEE ALSO [rtcNewGeometry], [rtcEnableGeometry], [rtcCommitScene]