Support Forum       G3D Web Page     
Public Attributes | List of all members
G3D::_BSPMAP::BSPNode Class Reference

Public Attributes

int back
 
Back child node. More...
 
int front
 
Front child node. More...
 
int plane
 
Index into the plane array. More...
 

Member Data Documentation

◆ back

int G3D::_BSPMAP::BSPNode::back


Back child node.

Positive numbers are indices into the nodeArray, negative numbers are leaf indices: -(leaf+1) or, equivalently, ~leaf, that index into leafArray.

◆ front

int G3D::_BSPMAP::BSPNode::front


Front child node.

Positive numbers are indices into the nodeArray, negative numbers are leaf indices: -(leaf+1) or, equivalently, ~leaf, that index into leafArray.

◆ plane

int G3D::_BSPMAP::BSPNode::plane


Index into the plane array.


documentation generated on Wed Nov 24 2021 08:02:03 using doxygen 1.8.15