Changeset 5037 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
 - Aug 15, 2005, 10:41:17 PM (20 years ago)
 - Location:
 - orxonox/trunk/src/world_entities
 - Files:
 - 
          
- 2 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
orxonox/trunk/src/world_entities/camera.cc
r5036 r5037 214 214 // switching back to Modeling Matrix 215 215 glMatrixMode (GL_MODELVIEW); 216 this->target->getParent()->getParent()->debugDraw(0, 2, Vector(1,0,0));216 // this->target->getParent()->getParent()->debugDraw(0, 2, Vector(1,0,0)); 217 217 } 218 218  - 
        
orxonox/trunk/src/world_entities/player.cc
r5036 r5037 121 121 void Player::init() 122 122 { 123 this->setRelDir(Quaternion(M_PI, Vector(1,0,0))); 124 123 // this->setRelDir(Quaternion(M_PI, Vector(1,0,0))); 125 124 this->setClassID(CL_PLAYER, "Player"); 126 125 travelSpeed = 15.0;  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






