|
triro 1.3.0
A Python Ray-Mesh Intersector in OptiX
|
#include <LaunchParams.h>
Public Attributes | |
| size_t | nray |
| int64_t | rayShape [MAX_SIZE_LENGTH] |
| float * | origins |
| int64_t | originsStride [MAX_SIZE_LENGTH] |
| float * | directions |
| int64_t | directionsStride [MAX_SIZE_LENGTH] |
| int * | hitCounts |
| int * | globalIdx |
Definition at line 11 of file LaunchParams.h.
| float* hmesh::RayInput::directions |
Definition at line 21 of file LaunchParams.h.
| int64_t hmesh::RayInput::directionsStride[MAX_SIZE_LENGTH] |
Definition at line 23 of file LaunchParams.h.
| int* hmesh::RayInput::globalIdx |
Definition at line 27 of file LaunchParams.h.
| int* hmesh::RayInput::hitCounts |
Definition at line 25 of file LaunchParams.h.
| size_t hmesh::RayInput::nray |
Definition at line 13 of file LaunchParams.h.
| float* hmesh::RayInput::origins |
Definition at line 17 of file LaunchParams.h.
| int64_t hmesh::RayInput::originsStride[MAX_SIZE_LENGTH] |
Definition at line 19 of file LaunchParams.h.
| int64_t hmesh::RayInput::rayShape[MAX_SIZE_LENGTH] |
Definition at line 15 of file LaunchParams.h.