Changeset 10216 in orxonox.OLD for branches/mount_points/src/story_entities
- Timestamp:
- Jan 10, 2007, 3:18:41 PM (18 years ago)
- Location:
- branches/mount_points/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/story_entities/game_world.cc
r10013 r10216 11 11 ### File Specific: 12 12 main-programmer: Patrick Boenzli 13 main-programmer: Benjamin Grauer 13 14 co-programmer: Christian Meyer 14 co-programmer: Benjamin Grauer 15 15 16 */ 16 17 … … 73 74 SHELL_COMMAND(togglePNodeVisibility, GameWorld, togglePNodeVisibility); 74 75 SHELL_COMMAND(showBVLevel, GameWorld, toggleBVVisibility); 76 SHELL_COMMAND(showMountPoints, GameWorld, toggleMPVisibility); 75 77 76 78 -
branches/mount_points/src/story_entities/game_world.h
r9869 r10216 62 62 void togglePNodeVisibility(); 63 63 void toggleBVVisibility(int level); 64 inline void toggleMPVisibility() { this->showMPV = !this->showMPV; } 64 65 65 66 inline void setSky(WorldEntity* sky) { this->dataTank->sky = sky; } … … 99 100 bool showBV; //!< if the Bounding Volumes should be visible. 100 101 int showBVLevel; //!< the depth level of the displayed bounding volumes 102 bool showMPV; //!< true if the mounting points should be drawn for debug purposes 101 103 102 104 /* world timing */
Note: See TracChangeset
for help on using the changeset viewer.