NTrace
GPU ray tracing framework
|
Strucure holding build parameters. More...
#include <KDTree.hpp>
Public Member Functions | |
BuildParams (void) | |
Constructor. More... | |
Public Attributes | |
Stats * | stats |
Statistics collected during build phase. Set to NULL if no stats should be collected. More... | |
bool | enablePrints |
Flag whether to print information during build phase. More... | |
BuilderType | builder |
Defines which builder type will be used to build the k-d tree. More... | |
Strucure holding build parameters.
Definition at line 85 of file KDTree.hpp.
|
inline |
Constructor.
Definition at line 90 of file KDTree.hpp.
BuilderType FW::KDTree::BuildParams::builder |
Defines which builder type will be used to build the k-d tree.
Definition at line 99 of file KDTree.hpp.
bool FW::KDTree::BuildParams::enablePrints |
Flag whether to print information during build phase.
Definition at line 98 of file KDTree.hpp.
Stats* FW::KDTree::BuildParams::stats |
Statistics collected during build phase. Set to NULL if no stats should be collected.
Definition at line 97 of file KDTree.hpp.