Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7739 in orxonox.OLD for trunk/src/story_entities/game_world.h


Ignore:
Timestamp:
May 20, 2006, 11:24:22 AM (18 years ago)
Author:
patrick
Message:

trunk: tried to add the command for bvvisibility toggling with depth level. execution results in segfault :(

File:
1 edited

Legend:

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

    r7723 r7739  
    5555
    5656    void togglePNodeVisibility();
    57     void toggleBVVisibility();
     57    void toggleBVVisibility(int level);
    5858
    5959    inline void setSky(WorldEntity* sky) { this->dataTank->sky = sky; }
     
    8686    bool                showPNodes;                   //!< if the PNodes should be visible.
    8787    bool                showBV;                       //!< if the Bounding Volumes should be visible.
     88    int                 showBVLevel;                  //!< the depth level of the displayed bounding volumes
    8889
    8990    /* world timing */
Note: See TracChangeset for help on using the changeset viewer.