int rightChild() const
Return the index of the second child. The index is referred to the bounding volume array (i...
int primitiveId() const
Return the primitive index. The index is referred to the original data (i.e. vertices or tri_indices)...
int first_child
An index for first child node or primitive If the value is positive, it is the index of the first chi...
int leftChild() const
Return the index of the first child. The index is referred to the bounding volume array (i...
bool isLeaf() const
Whether current node is a leaf node (i.e. contains a primitive index.