Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3307 in orxonox.OLD for orxonox/branches/parenting/src/camera.cc


Ignore:
Timestamp:
Dec 30, 2004, 12:55:57 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: now parenting works visibly good :) meaning, that the old abilities have been reimplemented and are working now. turned coord system again to the old one to be able to enjoy the terrific green lands of orxonox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/camera.cc

    r3302 r3307  
    238238  /* orientation and */
    239239  //glMultMatrixf ((float*)matrix);
     240
    240241  /*  translation */
    241   glTranslatef (this->absCoordinate.x, this->absCoordinate.y, this->absCoordinate.z );
    242   //glTranslatef (-actualPlace.r.x, -actualPlace.r.y,- actualPlace.r.z);
    243 //Placement *plBound = bound->get_placement();
     242  //glTranslatef (this->absCoordinate.x, this->absCoordinate.y, this->absCoordinate.z );
     243
    244244
    245245  // ===== second camera control calculation option
Note: See TracChangeset for help on using the changeset viewer.