Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7014 in orxonox.OLD for trunk/src/world_entities/creatures


Ignore:
Timestamp:
Feb 3, 2006, 2:14:22 PM (18 years ago)
Author:
bensch
Message:

trunk: new algorithm for the Camera-Distance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/creatures/md2_creature.cc

    r6990 r7014  
    119119  this->cameraConnNode.setName("CameraConnectorNode");
    120120  this->addChild(&this->cameraConnNode);
    121   this->cameraConnNode.addChild(State::getCameraTarget());
    122   this->cameraConnNode.addChild(State::getCamera());
    123   State::getCameraTarget()->setRelCoor(10,0,0);
     121  this->cameraConnNode.addChild(State::getCameraTargetNode());
     122  this->cameraConnNode.addChild(State::getCameraNode());
     123  State::getCameraTargetNode()->setRelCoor(10,0,0);
    124124
    125125  travelSpeed = 15.0;
Note: See TracChangeset for help on using the changeset viewer.