Changeset 5414 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Oct 21, 2005, 9:45:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/turret.cc
r5357 r5414 127 127 quat = Quaternion(direction, Vector(0,1,0)) * Quaternion ( -M_PI_2, Vector(0,1,0)) ; 128 128 129 this->setAbsDir (quat);129 this->setAbsDirSoft(quat, 5); 130 130 } 131 131 … … 140 140 if (target != NULL) 141 141 { 142 pj->setVelocity(this->getVelocity()+(target->getAbsCoor() - this->getAbsCoor())*.5);//this->getVelocity()); 143 pj->setAbsDir(this->getAbsDir()); 142 pj->setVelocity(this->getVelocity()+(this->getAbsDir().apply(Vector(1,0,0))*100.0 /*target->getAbsCoor() - this->getAbsCoor()*/)*.5);//this->getVelocity()); 144 143 } 145 144 else
Note: See TracChangeset
for help on using the changeset viewer.