Changeset 5004 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Aug 13, 2005, 10:44:50 PM (19 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/camera.cc
r5000 r5004 52 52 this->setViewMode(VIEW_NORMAL); 53 53 54 //this->setParentMode(PNODE_MOVEMENT);54 this->setParentMode(PNODE_ALL); 55 55 } 56 56 … … 261 261 } 262 262 263 CameraTarget::~CameraTarget()264 {265 266 } -
orxonox/trunk/src/world_entities/camera.h
r4987 r5004 69 69 70 70 public: 71 virtual ~CameraTarget();72 71 }; 73 72 -
orxonox/trunk/src/world_entities/player.cc
r5003 r5004 121 121 void Player::init() 122 122 { 123 this->setAbsDir(Quaternion(.5, Vector(1,0,0))); 124 123 // this->setAbsDir(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.