Changeset 10834 for code/branches/campaignHS15/src/modules/overlays
- Timestamp:
 - Nov 23, 2015, 1:24:51 PM (10 years ago)
 - Location:
 - code/branches/campaignHS15
 - Files:
 - 
          
- 2 edited
 
- 
          . (modified) (1 prop)
 - 
          src/modules/overlays/hud/HUDRadar.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/campaignHS15
 - 
        
code/branches/campaignHS15/src/modules/overlays/hud/HUDRadar.cc
r9945 r10834 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  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






