Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5429 in orxonox.OLD for trunk/src/story_entities/world.h


Ignore:
Timestamp:
Oct 24, 2005, 7:36:22 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: bounding volumes now toggeable via shell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/world.h

    r5389 r5429  
    7777
    7878  void togglePNodeVisibility() { this->showPNodes = !this->showPNodes; };
     79  void toggleBVVisibility() { this->showBV = !this->showBV; };
    7980
    8081 private:
     
    9394  private:
    9495    bool   showPNodes;                  //!< if the PNodes should be visible.
     96    bool   showBV;                      //!< if the Bounding Volumes should be visible.
    9597    Uint32 lastFrame;                   //!< last time of frame
    9698    Uint32 cycle;                       //!< The cycle we are in (starts with 0 and rises with every frame)
Note: See TracChangeset for help on using the changeset viewer.