Changeset 3545 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 14, 2005, 11:50:27 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3544 r3545 222 222 223 223 // 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"); 225 226 this->localCamera->addChild(this->skySphere); 226 227 this->skySphere->setMode(MOVEMENT); … … 249 250 TrackNode* tn = TrackNode::getInstance(); 250 251 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);257 252 258 253 //localCamera->setParent(TrackNode::getInstance()); … … 694 689 while( !this->bQuitOrxonox && !this->bQuitCurrentGame) /* \todo implement pause */ 695 690 { 691 printf("World::mainloop() - number of entities: %i\n", this->entities->getSize()); 696 692 // Network 697 693 this->synchronize ();
Note: See TracChangeset
for help on using the changeset viewer.