1rtcEnableGeometry(3) Embree Ray Tracing Kernels 3 rtcEnableGeometry(3)
2
3
4
5 NAME
6 rtcEnableGeometry - enables the geometry
7
8 SYNOPSIS
9 #include <embree3/rtcore.h>
10
11 void rtcEnableGeometry(RTCGeometry geometry);
12
13 DESCRIPTION
14 The rtcEnableGeometry function enables the specified geometry (geometry
15 argument). Only enabled geometries are rendered. Each geometry is
16 enabled by default at construction time.
17
18 After enabling 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], [rtcDisableGeometry], [rtcCommitScene]
27
28
29
30 rtcEnableGeometry(3)