Changeset 4997 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Aug 13, 2005, 3:10:52 PM (19 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/camera.cc
r4996 r4997 52 52 this->setViewMode(VIEW_NORMAL); 53 53 54 this->setParentMode(PNODE_MOVEMENT);54 //this->setParentMode(PNODE_MOVEMENT); 55 55 } 56 56 … … 257 257 { 258 258 this->setClassID(CL_CAMERA_TARGET, "CameraTarget"); 259 this->setParentMode(PNODE_MOVEMENT);259 // this->setParentMode(PNODE_MOVEMENT); 260 260 } 261 261 -
orxonox/trunk/src/world_entities/player.cc
r4994 r4997 121 121 void Player::init() 122 122 { 123 this->setAbsDir(0,1,0); 124 123 125 this->setClassID(CL_PLAYER, "Player"); 124 126
Note: See TracChangeset
for help on using the changeset viewer.