Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 13, 2005, 11:06:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: the Sky is farther now

File:
1 edited

Legend:

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

    r4610 r4620  
    457457  localCamera->lookAt(tn);
    458458  localCamera->setParentMode(PNODE_MOVEMENT);
     459  localCamera->setClipRegion(1, 10000.0);
     460  this->sky->setSize(10000.0);
    459461  this->localPlayer->setParentMode(PNODE_ALL);
    460462  Vector* cameraOffset = new Vector (0, 5, -10);
     
    639641
    640642        // Create SkySphere
    641         this->sky = new Skysphere("pictures/sky-replace.jpg");
    642         this->sky->setName("SkySphere");
    643         this->spawn(this->sky);
     643//         this->sky = new Skysphere("pictures/sky-replace.jpg");
     644//         this->sky->setName("SkySphere");
     645//         this->spawn(this->sky);
    644646        this->localCamera->addChild(this->sky);
    645647        this->sky->setParentMode(PNODE_MOVEMENT);
Note: See TracChangeset for help on using the changeset viewer.