Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2005, 2:47:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: new control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/christmas_branche/src/story_entities/world.cc

    r6187 r6208  
    347347//  tn->addChild(this->localCamera);
    348348  localCamera->setClipRegion(1, 10000.0);
    349   localCamera->lookAt(playable);
     349//  localCamera->lookAt(playable);
    350350//  this->localPlayer->setParentMode(PNODE_ALL);
    351351  if (sky != NULL)
     
    355355  }
    356356
     357  this->localCamera->getTarget()->getParent()->debugNode(0);
    357358  SoundEngine::getInstance()->setListener(this->localCamera);
    358359
Note: See TracChangeset for help on using the changeset viewer.