Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 17, 2008, 11:38:23 PM (16 years ago)
Author:
rgrieder
Message:

svn save, just in case…
(doesn't compile at all!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/objects/WorldEntity.h

    r1588 r1609  
    7373            inline const Vector3& getPosition() const
    7474                { return this->node_->getPosition(); }
     75            inline const Vector3& getWorldPosition() const
     76                { return this->node_->getWorldPosition(); }
    7577
    7678            inline void translate(const Vector3 &d, Ogre::Node::TransformSpace relativeTo=Ogre::Node::TS_PARENT)
     
    100102            inline const Ogre::Quaternion& getOrientation()
    101103              { return this->node_->getOrientation(); }
     104            inline const Ogre::Quaternion& getWorldOrientation()
     105              { return this->node_->getWorldOrientation(); }
    102106            inline void setOrientation(const Ogre::Quaternion& quat)
    103107              { this->node_->setOrientation(quat); }
Note: See TracChangeset for help on using the changeset viewer.