|
Nebula
|
#include <bvh.h>
Public Member Functions | |
| float | CalculateCost () const |
| bool | IsLeaf () const |
Public Attributes | |
| friend | Bvh |
| Math::bbox | bbox |
| the bounding box of the node | |
| uint32_t | index = -1 |
| left node, or index to first child if count is zero | |
| uint32_t | count |
| number of children | |
|
inline |
|
inline |
| Math::bbox Util::Bvh::Node::bbox |
the bounding box of the node
| friend Util::Bvh::Node::Bvh |
| uint32_t Util::Bvh::Node::count |
number of children
| uint32_t Util::Bvh::Node::index = -1 |
left node, or index to first child if count is zero