1rtcCommitGeometry(3) Embree Ray Tracing Kernels 3 rtcCommitGeometry(3)
2
3
4
5 NAME
6 rtcCommitGeometry - commits geometry changes
7
8 SYNOPSIS
9 #include <embree3/rtcore.h>
10
11 void rtcCommitGeometry(RTCGeometry geometry);
12
13 DESCRIPTION
14 The rtcCommitGeometry function is used to commit all geometry changes
15 performed to a geometry (geometry parameter). After a geometry gets
16 modified, this function must be called to properly update the internal
17 state of the geometry to perform interpolations using rtcInterpolate or
18 to commit a scene containing the geometry using rtcCommitScene.
19
20 EXIT STATUS
21 On failure an error code is set that can be queried using rtcGetDe‐
22 viceError.
23
24 SEE ALSO
25 [rtcInterpolate], [rtcCommitScene]
26
27
28
29 rtcCommitGeometry(3)