HDK
|
#include <rtcore_ray.h>
Public Attributes | |
float * | Ng_x |
float * | Ng_y |
float * | Ng_z |
float * | u |
float * | v |
unsigned int * | primID |
unsigned int * | geomID |
unsigned int * | instID [RTC_MAX_INSTANCE_LEVEL_COUNT] |
Definition at line 194 of file rtcore_ray.h.
unsigned int* RTCHitNp::geomID |
Definition at line 204 of file rtcore_ray.h.
unsigned int* RTCHitNp::instID[RTC_MAX_INSTANCE_LEVEL_COUNT] |
Definition at line 205 of file rtcore_ray.h.
float* RTCHitNp::Ng_x |
Definition at line 196 of file rtcore_ray.h.
float* RTCHitNp::Ng_y |
Definition at line 197 of file rtcore_ray.h.
float* RTCHitNp::Ng_z |
Definition at line 198 of file rtcore_ray.h.
unsigned int* RTCHitNp::primID |
Definition at line 203 of file rtcore_ray.h.
float* RTCHitNp::u |
Definition at line 200 of file rtcore_ray.h.
float* RTCHitNp::v |
Definition at line 201 of file rtcore_ray.h.