Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 14, 2005, 11:50:27 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: minor changes in PNode debug output

File:
1 edited

Legend:

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

    r3544 r3545  
    222222
    223223            // Create SkySphere
    224             skySphere = new Skysphere("../data/pictures/sky-replace.jpg");
     224            this->skySphere = new Skysphere("../data/pictures/sky-replace.jpg");
     225            this->skySphere->setName("SkySphere");
    225226            this->localCamera->addChild(this->skySphere);
    226227            this->skySphere->setMode(MOVEMENT);
     
    249250            TrackNode* tn = TrackNode::getInstance();
    250251            tn->addChild(myPlayer);
    251 
    252             //Vector v(1.0, 0.0, 0.0);
    253             //Quaternion* q = new Quaternion(90.0, v);
    254             //this->relDirection = this->relDirection * q;
    255            
    256             //tn->setAbsDir(q);
    257252
    258253            //localCamera->setParent(TrackNode::getInstance());
     
    694689  while( !this->bQuitOrxonox && !this->bQuitCurrentGame) /* \todo implement pause */
    695690    {
     691      printf("World::mainloop() - number of entities: %i\n", this->entities->getSize());
    696692      // Network
    697693      this->synchronize ();
Note: See TracChangeset for help on using the changeset viewer.