Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5000 in orxonox.OLD for orxonox/trunk/src/world_entities/camera.cc


Ignore:
Timestamp:
Aug 13, 2005, 9:07:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: smooth-rotation is better now
PNODE_MOVEMENT_ROTATE-children are correcly smooth-reparented
some other minor fixes

THIS IS 5000 :)
so
generated the endOfTheWorld-function
implemented de-generic recapitualisation Procedures
imported magnificizer
dezentralized obscurities
some other minor stuff
flush
eliminated deamons

man… i must have to much time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/camera.cc

    r4998 r5000  
    142142    case VIEW_FRONT:
    143143      this->toFovy = 120.0;
    144 //       this->softReparent("Player");
    145 //       this->target->softReparent("Player");
    146 //       this->setRelCoorSoft(4, 0, 0);
    147 //       this->target->setRelCoorSoft(10,0,0);
    148       this->target->setRelDirSoft(Quaternion(M_PI/4.0, Vector(0,1,0)));
     144       this->softReparent("Player");
     145       this->target->softReparent("Player");
     146       this->setRelCoorSoft(4, 0, 0);
     147       this->target->setRelCoorSoft(10,0,0);
     148      //this->target->setRelDirSoft(Quaternion(M_PI/4.0, Vector(0,1,0)));
    149149      break;
    150150    case VIEW_LEFT:
Note: See TracChangeset for help on using the changeset viewer.