Changeset 5431 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Oct 24, 2005, 11:54:17 PM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r5428 r5431 213 213 214 214 215 void WorldEntity::drawBVTree( int depth, int drawMode)215 void WorldEntity::drawBVTree(unsigned int depth, int drawMode) 216 216 { 217 217 glMatrixMode(GL_MODELVIEW); -
trunk/src/world_entities/world_entity.h
r5356 r5431 59 59 virtual void tick (float time); 60 60 virtual void draw (); 61 void drawBVTree( int depth, int drawMode);61 void drawBVTree(unsigned int depth, int drawMode); 62 62 63 63 protected:
Note: See TracChangeset
for help on using the changeset viewer.