class csBspNode A BSP node
| | back The back node. |
| | dynamic_idx If not -1 then this is the index of the first dynamic polygon in the list of polygons |
| | front The front node. |
| | max |
| | num |
| | polygons All the polygons in this node |
| | AddPolygon (csPolygonInt* poly, bool dynamic = false) Add a polygon to this BSP node |
| | csBspNode () Make an empty BSP node. |
| | RemoveDynamicPolygons () Remove all dynamic polygons |
| | ~csBspNode () Destroy this BSP node |
A BSP node
int num
int max
int dynamic_idx
csBspNode* front
csBspNode* back
csBspNode()
~csBspNode()
void AddPolygon(csPolygonInt* poly, bool dynamic = false)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de