Changeset 4904 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.h
- Timestamp:
- Jul 19, 2005, 11:05:36 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.h
r4902 r4904 26 26 QuadtreeNode(modelInfo* pModelInfo, Quadtree* quadtree, const int maxDepth); 27 27 virtual ~QuadtreeNode(); 28 29 float getHeight(const Vector& position); 28 30 29 31 void drawTree(int depth, int drawMode) const;
Note: See TracChangeset
for help on using the changeset viewer.