1rtcDisableGeometry(3) Embree Ray Tracing Kernels 3 rtcDisableGeometry(3)
2
3
4
5 NAME
6 rtcDisableGeometry - disables the geometry
7
8 SYNOPSIS
9 #include <embree3/rtcore.h>
10
11 void rtcDisableGeometry(RTCGeometry geometry);
12
13 DESCRIPTION
14 The rtcDisableGeometry function disables the specified geometry (geome‐
15 try argument). A disabled geometry is not rendered. Each geometry is
16 enabled by default at construction time.
17
18 After disabling a geometry, the scene containing that geometry must be
19 committed using rtcCommitScene for the change to have effect.
20
21 EXIT STATUS
22 On failure an error code is set that can be queried using rtcGetDe‐
23 viceError.
24
25 SEE ALSO
26 [rtcNewGeometry], [rtcEnableGeometry], [rtcCommitScene]
27
28
29
30 rtcDisableGeometry(3)