Changeset 644 for code/branches/FICN/src/orxonox/objects/Projectile.cc
- Timestamp:
- Dec 19, 2007, 3:03:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/Projectile.cc
r643 r644 24 24 this->setOrientation(this->owner_->getOrientation()); 25 25 this->setPosition(this->owner_->getPosition()); 26 this->translate(Vector3(55, 0, 0), Ogre::Node::TS_LOCAL); 26 27 this->setVelocity(Vector3(1, 0, 0) * this->speed_); 27 28 }
Note: See TracChangeset
for help on using the changeset viewer.