NTrace
GPU ray tracing framework
|
Structure holding triangle's index together with its bounding box. More...
#include <SplitBVHBuilder.hpp>
Public Member Functions | |
Reference (void) | |
Constructor. More... | |
Public Attributes | |
S32 | triIdx |
Index of the triangle. More... | |
AABB | bounds |
Bounding box of the triangle. More... | |
Structure holding triangle's index together with its bounding box.
Definition at line 61 of file SplitBVHBuilder.hpp.
|
inline |
Constructor.
Definition at line 69 of file SplitBVHBuilder.hpp.
AABB FW::SplitBVHBuilder::Reference::bounds |
Bounding box of the triangle.
Definition at line 64 of file SplitBVHBuilder.hpp.
S32 FW::SplitBVHBuilder::Reference::triIdx |
Index of the triangle.
Definition at line 63 of file SplitBVHBuilder.hpp.