Changeset 5002 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Aug 13, 2005, 10:14:57 PM (19 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r5000 r5002 121 121 void Player::init() 122 122 { 123 // this->setAbsDir(0,1,0);124 125 123 this->setClassID(CL_PLAYER, "Player"); 126 127 // this->model = (Model*)ResourceManager::getInstance()->load("models/reaplow.obj", OBJ, RP_CAMPAIGN);128 124 travelSpeed = 15.0; 129 125 velocity = new Vector(); -
orxonox/trunk/src/world_entities/weapons/turret.cc
r5001 r5002 20 20 #include "test_bullet.h" 21 21 22 #include "null_parent.h" 22 23 #include "state.h" 23 24 #include "vector.h" … … 143 144 pj->setVelocity(target->getVelocity()); 144 145 145 146 pj->setParent(NullParent::getInstance()); 146 147 pj->setAbsCoor(this->getEmissionPoint()); 147 148 pj->setAbsDir(this->getAbsDir());
Note: See TracChangeset
for help on using the changeset viewer.