Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 21, 2005, 3:36:25 PM (18 years ago)
Author:
bensch
Message:

trunk: merged the spaceshipcontrol back to the trunk

File:
1 edited

Legend:

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

    r6222 r6241  
    341341  }
    342342
    343   // bind camera
    344   playable->addChild (this->localCamera);
    345343
    346344//   //localCamera->setParent(TrackNode::getInstance());
     
    349347//  localCamera->lookAt(playable);
    350348//  this->localPlayer->setParentMode(PNODE_ALL);
    351   if (sky != NULL)
     349  if (this->sky != NULL)
    352350  {
    353351    this->sky->setParent(this->localCamera);
    354352    this->sky->setParentMode(PNODE_MOVEMENT);
    355353  }
    356 
    357   this->localCamera->getTarget()->getParent()->debugNode(0);
    358354  SoundEngine::getInstance()->setListener(this->localCamera);
    359355
Note: See TracChangeset for help on using the changeset viewer.