- Timestamp:
- Aug 14, 2005, 4:26:50 AM (19 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/camera.cc
r5012 r5013 214 214 // switching back to Modeling Matrix 215 215 glMatrixMode (GL_MODELVIEW); 216 this->target->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
r5005 r5013 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 this->setClassID(CL_PLAYER, "Player"); 125 125 travelSpeed = 15.0;
Note: See TracChangeset
for help on using the changeset viewer.