QUAOAR STUDIO // Mobius API
mobius::poly_BVHNode Struct Reference

#include <poly_BVHNode.h>

Collaboration diagram for mobius::poly_BVHNode:

Public Member Functions

mobiusPoly_EXPORT poly_BVHNode ()
 Ctor.
 

Public Attributes

bool isLeaf
 Am I a leaf node?
 
core_BBox bbox
 Min/max coords of the enclosed primitives.
 
poly_BVHNodepChildLeft
 Left child (could be NULL).
 
poly_BVHNodepChildRight
 Right child (could be NULL).
 
std::vector< poly_VertexHandleprimitives
 List of primitives (for leaves).
 

Detailed Description

BVH node.


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