|
HDK
|
#include <rtcore_geometry.h>
Public Attributes | |
| void * | geometryUserPtr |
| RTCGeometry | geometry |
| unsigned int | primID |
| unsigned int | timeStep |
| const float * | u |
| const float * | v |
| const float * | Ng_x |
| const float * | Ng_y |
| const float * | Ng_z |
| float * | P_x |
| float * | P_y |
| float * | P_z |
| unsigned int | N |
Definition at line 114 of file rtcore_geometry.h.
| RTCGeometry RTCDisplacementFunctionNArguments::geometry |
Definition at line 117 of file rtcore_geometry.h.
| void* RTCDisplacementFunctionNArguments::geometryUserPtr |
Definition at line 116 of file rtcore_geometry.h.
| unsigned int RTCDisplacementFunctionNArguments::N |
Definition at line 128 of file rtcore_geometry.h.
| const float* RTCDisplacementFunctionNArguments::Ng_x |
Definition at line 122 of file rtcore_geometry.h.
| const float* RTCDisplacementFunctionNArguments::Ng_y |
Definition at line 123 of file rtcore_geometry.h.
| const float* RTCDisplacementFunctionNArguments::Ng_z |
Definition at line 124 of file rtcore_geometry.h.
| float* RTCDisplacementFunctionNArguments::P_x |
Definition at line 125 of file rtcore_geometry.h.
| float* RTCDisplacementFunctionNArguments::P_y |
Definition at line 126 of file rtcore_geometry.h.
| float* RTCDisplacementFunctionNArguments::P_z |
Definition at line 127 of file rtcore_geometry.h.
| unsigned int RTCDisplacementFunctionNArguments::primID |
Definition at line 118 of file rtcore_geometry.h.
| unsigned int RTCDisplacementFunctionNArguments::timeStep |
Definition at line 119 of file rtcore_geometry.h.
| const float* RTCDisplacementFunctionNArguments::u |
Definition at line 120 of file rtcore_geometry.h.
| const float* RTCDisplacementFunctionNArguments::v |
Definition at line 121 of file rtcore_geometry.h.