HDK
|
#include <rtcore_geometry.h>
Public Attributes | |
int * | valid |
void * | geometryUserPtr |
unsigned int | primID |
struct RTCIntersectContext * | context |
struct RTCRayHitN * | rayhit |
unsigned int | N |
unsigned int | geomID |
Definition at line 84 of file rtcore_geometry.h.
struct RTCIntersectContext* RTCIntersectFunctionNArguments::context |
Definition at line 89 of file rtcore_geometry.h.
void* RTCIntersectFunctionNArguments::geometryUserPtr |
Definition at line 87 of file rtcore_geometry.h.
unsigned int RTCIntersectFunctionNArguments::geomID |
Definition at line 92 of file rtcore_geometry.h.
unsigned int RTCIntersectFunctionNArguments::N |
Definition at line 91 of file rtcore_geometry.h.
unsigned int RTCIntersectFunctionNArguments::primID |
Definition at line 88 of file rtcore_geometry.h.
struct RTCRayHitN* RTCIntersectFunctionNArguments::rayhit |
Definition at line 90 of file rtcore_geometry.h.
int* RTCIntersectFunctionNArguments::valid |
Definition at line 86 of file rtcore_geometry.h.