Changeset 10970 for code/branches/presentationHS15/src/modules
- Timestamp:
- Dec 11, 2015, 3:26:20 PM (9 years ago)
- Location:
- code/branches/presentationHS15
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15
- Property svn:mergeinfo changed
-
code/branches/presentationHS15/src/modules/docking/DockingController.cc
r9667 r10970 61 61 62 62 float distance = (this->dock_->getWorldPosition() - entity->getPosition()).length(); 63 Vector2 coord = get2DView coordinates( // I don't understand this too63 Vector2 coord = get2DViewCoordinates( // I don't understand this too 64 64 entity->getPosition(), 65 65 entity->getOrientation() * WorldEntity::FRONT, -
code/branches/presentationHS15/src/modules/overlays/hud/HUDRadar.cc
r9945 r10970 240 240 } 241 241 else 242 coord = get2DView coordinates(this->owner_->getPosition(), this->owner_->getOrientation() * WorldEntity::FRONT, this->owner_->getOrientation() * WorldEntity::UP, wePointer->getWorldPosition());242 coord = get2DViewCoordinates(this->owner_->getPosition(), this->owner_->getOrientation() * WorldEntity::FRONT, this->owner_->getOrientation() * WorldEntity::UP, wePointer->getWorldPosition()); 243 243 244 244 coord *= math::pi / 3.5f; // small adjustment to make it fit the texture -
code/branches/presentationHS15/src/modules/weapons/weaponmodes/MineGun.cc
r10963 r10970 58 58 this->setMunitionName("MineMunition"); 59 59 this->setDefaultSound("sounds/mineactivate.ogg"); 60 61 hudImageString_ = "Orxonox/WSHUD_WM_MineGun"; 60 62 } 61 63
Note: See TracChangeset
for help on using the changeset viewer.