Changeset 7004 in orxonox.OLD for trunk/src/story_entities/game_world.h
- Timestamp:
- Feb 3, 2006, 3:03:59 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.h
r6992 r7004 48 48 /** returns the track path of this world @returns the track path */ 49 49 50 /** toggles the PNode visibility in the world (drawn as boxes) */ 51 void togglePNodeVisibility() { this->showPNodes = !this->showPNodes; }; 52 /** toggles the bounding volume (BV) visibility */ 53 void toggleBVVisibility() { this->showBV = !this->showBV; }; 50 static void togglePNodeVisibility(); 51 static void toggleBVVisibility(); 54 52 55 53
Note: See TracChangeset
for help on using the changeset viewer.