- Timestamp:
- Aug 15, 2005, 10:21:20 PM (19 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/camera.cc
r5032 r5036 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
r5013 r5036 121 121 void Player::init() 122 122 { 123 // this->setRelDir(Quaternion(M_PI, Vector(1,0,0))); 123 this->setRelDir(Quaternion(M_PI, Vector(1,0,0))); 124 124 125 this->setClassID(CL_PLAYER, "Player"); 125 126 travelSpeed = 15.0;
Note: See TracChangeset
for help on using the changeset viewer.