Changeset 7184 for code/trunk/src/modules/overlays/hud
- Timestamp:
- Aug 18, 2010, 9:46:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/overlays/hud/HUDRadar.cc
r7163 r7184 174 174 // calc position on radar... 175 175 Vector2 coord = get2DViewcoordinates(this->owner_->getPosition(), this->owner_->getOrientation() * WorldEntity::FRONT, this->owner_->getOrientation() * WorldEntity::UP, wePointer->getWorldPosition()); 176 coord *= Ogre::Math::PI/ 3.5f; // small adjustment to make it fit the texture176 coord *= math::pi / 3.5f; // small adjustment to make it fit the texture 177 177 it->second->setPosition((1.0f + coord.x - size) * 0.5f, (1.0f - coord.y - size) * 0.5f); 178 178 it->second->show();
Note: See TracChangeset
for help on using the changeset viewer.