Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6897 in orxonox.OLD for branches/cdmerge/src/story_entities


Ignore:
Timestamp:
Jan 31, 2006, 3:45:13 PM (19 years ago)
Author:
patrick
Message:

cdmerge: on the work agian

Location:
branches/cdmerge/src/story_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cdmerge/src/story_entities/game_world.cc

    r6878 r6897  
    427427  if( unlikely( this->showBV))
    428428  {
     429    printf("draw itititi\n");
    429430    CDEngine* engine = CDEngine::getInstance();
    430431    engine->drawBV(State::getObjectManager()->getObjectList(OM_ENVIRON_NOTICK));
  • branches/cdmerge/src/story_entities/game_world.h

    r6845 r6897  
    5353    void togglePNodeVisibility() { this->showPNodes = !this->showPNodes; };
    5454    /** 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());};
    5656
    5757
Note: See TracChangeset for help on using the changeset viewer.