1rtcSetGeometryInstancedSceEnmeb(r3e)e Ray Tracing KernretlcsSe3tGeometryInstancedScene(3)
2
3
4
5   NAME
6              rtcSetGeometryInstancedScene - sets the instanced scene of
7                an instance geometry
8
9   SYNOPSIS
10              #include <embree3/rtcore.h>
11
12              void rtcSetGeometryInstancedScene(
13                RTCGeometry geometry,
14                RTCScene scene
15              );
16
17   DESCRIPTION
18       The  rtcSetGeometryInstancedScene  function  sets  the  instanced scene
19       (scene argument) of the specified  instance  geometry  (geometry  argu‐
20       ment).
21
22   EXIT STATUS
23       On  failure  an  error  code is set that can be queried using rtcGetDe‐
24       viceError.
25
26   SEE ALSO
27       [RTC_GEOMETRY_TYPE_INSTANCE], [rtcSetGeometryTransform]
28
29
30
31                                               rtcSetGeometryInstancedScene(3)
Impressum