38 #ifndef FCL_BV_BVNODEBASE_H 39 #define FCL_BV_BVNODEBASE_H 69 int primitiveId()
const;
72 int leftChild()
const;
75 int rightChild()
const;
BVNodeBase encodes the tree structure for BVH.
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 num_primitives
The number of primitives belonging to the current node.
int first_primitive
The start id the primitive belonging to the current node. The index is referred to the primitive_indi...