Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9457 in orxonox.OLD


Ignore:
Timestamp:
Jul 25, 2006, 3:56:30 PM (18 years ago)
Author:
bensch
Message:

fixing pnode better now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/space_ships/turbine_hover.cc

    r9456 r9457  
    295295
    296296  // spaceship controlled movement
     297
     298  // TRYING TO FIX PNode.
     299  //this->cameraNode.setRelCoor(Vector(0.0f, 5.0f, 0.0f));//, 30.0f);
     300  //this->cameraNode.setRelDir(Quaternion(this->smoothRotator  *10.0, Vector(0,1,0)));
     301
    297302  this->movement(dt);
    298303  this->rotorCycle += this->rotorSpeed * dt;
    299 
    300   // TRYING TO FIX PNode.
    301   //this->cameraNode.setAbsCoor(this->getAbsCoor() + Vector(0.0f, 5.0f, 0.0f));//, 30.0f);
    302   //this->cameraNode.setAbsDir(this->getAbsDir());//, 30.0f);
    303304}
    304305
Note: See TracChangeset for help on using the changeset viewer.