1rtcSetGeometryUserPrimitivEemCboruenet(R3a)y TracingrKtecrSneetlGseo3metryUserPrimitiveCount(3)
2
3
4
5   NAME
6              rtcSetGeometryUserPrimitiveCount - sets the number of primitives
7                of a user-defined geometry
8
9   SYNOPSIS
10              #include <embree3/rtcore.h>
11
12              void rtcSetGeometryUserPrimitiveCount(
13                RTCGeometry geometry,
14                unsigned int userPrimitiveCount
15              );
16
17   DESCRIPTION
18       The  rtcSetGeometryUserPrimitiveCount  function  sets the number of us‐
19       er-defined primitives (userPrimitiveCount parameter) of  the  specified
20       user-defined geometry (geometry parameter).
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_USER]
28
29
30
31                                           rtcSetGeometryUserPrimitiveCount(3)
Impressum