Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Feb 3, 2006, 3:03:59 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: togglePNodeVisibility as it can be …. cool :)

File:
1 edited

Legend:

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

    r6992 r7004  
    4848    /**  returns the track path of this world @returns the track path */
    4949
    50     /** toggles the PNode visibility in the world (drawn as boxes) */
    51     void togglePNodeVisibility() { this->showPNodes = !this->showPNodes; };
    52     /** toggles the bounding volume (BV) visibility */
    53     void toggleBVVisibility() { this->showBV = !this->showBV; };
     50    static void togglePNodeVisibility();
     51    static void toggleBVVisibility();
    5452
    5553
Note: See TracChangeset for help on using the changeset viewer.