Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5389 in orxonox.OLD for trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Oct 16, 2005, 2:15:03 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: toggling PNode-visibility, and added t_stack.h to the Makefile

File:
1 edited

Legend:

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

    r5355 r5389  
    7676
    7777SHELL_COMMAND(speed, World, setSpeed);
     78SHELL_COMMAND(togglePNodeVisibility, World, togglePNodeVisibility);
    7879
    7980using namespace std;
     
    173174  this->shell = NULL;
    174175  this->entities = NULL;
     176
     177  this->showPNodes = false;
    175178}
    176179
     
    980983  ParticleEngine::getInstance()->draw();
    981984
     985  if (unlikely(this->showPNodes))
     986    NullParent::getInstance()->debugDraw(0);
     987
    982988  GraphicsEngine::getInstance()->draw();
    983989  //TextEngine::getInstance()->draw();
Note: See TracChangeset for help on using the changeset viewer.