Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 13, 2005, 2:29:41 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: SkyBox now loads property size

File:
1 edited

Legend:

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

    r4620 r4621  
    458458  localCamera->setParentMode(PNODE_MOVEMENT);
    459459  localCamera->setClipRegion(1, 10000.0);
    460   this->sky->setSize(10000.0);
    461460  this->localPlayer->setParentMode(PNODE_ALL);
    462461  Vector* cameraOffset = new Vector (0, 5, -10);
     
    641640
    642641        // Create SkySphere
    643 //         this->sky = new Skysphere("pictures/sky-replace.jpg");
    644 //         this->sky->setName("SkySphere");
    645 //         this->spawn(this->sky);
     642        this->sky = new Skysphere("pictures/sky-replace.jpg");
     643        this->sky->setName("SkySphere");
     644        this->spawn(this->sky);
    646645        this->localCamera->addChild(this->sky);
    647646        this->sky->setParentMode(PNODE_MOVEMENT);
     
    10441043          this->dt = 10;
    10451044        }
    1046       //this->timeSlice (dt);
    1047 
    1048       /* function to let all entities tick (iterate through list) */
     1045
    10491046      this->dtS = (float)this->dt / 1000.0;
    10501047      this->gameTime += this->dtS;
Note: See TracChangeset for help on using the changeset viewer.