NTrace
GPU ray tracing framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FW::SplitBVHBuilder::Reference Struct Reference

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...
 

Detailed Description

Structure holding triangle's index together with its bounding box.

Definition at line 61 of file SplitBVHBuilder.hpp.

Constructor & Destructor Documentation

FW::SplitBVHBuilder::Reference::Reference ( void  )
inline

Constructor.

Definition at line 69 of file SplitBVHBuilder.hpp.

Member Data Documentation

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.


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