|
triro 1.3.0
A Python Ray-Mesh Intersector in OptiX
|
#include <LaunchParams.h>
Public Attributes | |
| float3 * | location |
| int * | triIdx |
| bool * | hit |
| bool * | front |
| float2 * | uv |
| int * | hitCount |
| int * | rayIdx |
Definition at line 30 of file LaunchParams.h.
| bool* hmesh::LPResult::front |
Definition at line 34 of file LaunchParams.h.
| bool* hmesh::LPResult::hit |
Definition at line 33 of file LaunchParams.h.
| int* hmesh::LPResult::hitCount |
Definition at line 36 of file LaunchParams.h.
| float3* hmesh::LPResult::location |
Definition at line 31 of file LaunchParams.h.
| int* hmesh::LPResult::rayIdx |
Definition at line 37 of file LaunchParams.h.
| int* hmesh::LPResult::triIdx |
Definition at line 32 of file LaunchParams.h.
| float2* hmesh::LPResult::uv |
Definition at line 35 of file LaunchParams.h.