triro 1.3.0
A Python Ray-Mesh Intersector in OptiX
Loading...
Searching...
No Matches
hmesh::LPResult Struct Reference

#include <LaunchParams.h>

Public Attributes

float3 * location
 
int * triIdx
 
bool * hit
 
bool * front
 
float2 * uv
 
int * hitCount
 
int * rayIdx
 

Detailed Description

Definition at line 30 of file LaunchParams.h.

Member Data Documentation

◆ front

bool* hmesh::LPResult::front

Definition at line 34 of file LaunchParams.h.

◆ hit

bool* hmesh::LPResult::hit

Definition at line 33 of file LaunchParams.h.

◆ hitCount

int* hmesh::LPResult::hitCount

Definition at line 36 of file LaunchParams.h.

◆ location

float3* hmesh::LPResult::location

Definition at line 31 of file LaunchParams.h.

◆ rayIdx

int* hmesh::LPResult::rayIdx

Definition at line 37 of file LaunchParams.h.

◆ triIdx

int* hmesh::LPResult::triIdx

Definition at line 32 of file LaunchParams.h.

◆ uv

float2* hmesh::LPResult::uv

Definition at line 35 of file LaunchParams.h.


The documentation for this struct was generated from the following file: