Changeset 6897 in orxonox.OLD for branches/cdmerge/src/story_entities
- Timestamp:
- Jan 31, 2006, 3:45:13 PM (19 years ago)
- Location:
- branches/cdmerge/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cdmerge/src/story_entities/game_world.cc
r6878 r6897 427 427 if( unlikely( this->showBV)) 428 428 { 429 printf("draw itititi\n"); 429 430 CDEngine* engine = CDEngine::getInstance(); 430 431 engine->drawBV(State::getObjectManager()->getObjectList(OM_ENVIRON_NOTICK)); -
branches/cdmerge/src/story_entities/game_world.h
r6845 r6897 53 53 void togglePNodeVisibility() { this->showPNodes = !this->showPNodes; }; 54 54 /** toggles the bounding volume (BV) visibility */ 55 void toggleBVVisibility() { this->showBV = !this->showBV; };55 void toggleBVVisibility() { this->showBV = !this->showBV; PRINTF(0)("toggling from story entity: %s\n", this->getName());}; 56 56 57 57
Note: See TracChangeset
for help on using the changeset viewer.