Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2007, 3:03:30 AM (18 years ago)
Author:
landauf
Message:

added free-view-mode (hold right mouse button pressed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/Projectile.cc

    r643 r644  
    2424            this->setOrientation(this->owner_->getOrientation());
    2525            this->setPosition(this->owner_->getPosition());
     26            this->translate(Vector3(55, 0, 0), Ogre::Node::TS_LOCAL);
    2627            this->setVelocity(Vector3(1, 0, 0) * this->speed_);
    2728        }
Note: See TracChangeset for help on using the changeset viewer.