Changeset 3300 for code/trunk/src/orxonox/interfaces
- Timestamp:
- Jul 17, 2009, 11:53:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/interfaces/RadarViewable.cc
r3280 r3300 122 122 { 123 123 this->MapNode_->setPosition( this->getRVWorldPosition() ); 124 this->MapNode_->translate( this->getRVOrientedVelocity(), (Ogre::Node::TransformSpace)3);124 this->MapNode_->translate( this->getRVOrientedVelocity(), static_cast<Ogre::Node::TransformSpace>(3) ); 125 125 this->MapNode_->setOrientation( this->getWorldEntity()->getOrientation() ); 126 126 //Vector3 v = this->getRVWorldPosition();
Note: See TracChangeset
for help on using the changeset viewer.