Changeset 9898
- Timestamp:
- Dec 16, 2013, 1:26:30 PM (11 years ago)
- Location:
- code/branches/presentationHS13
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS13/src/orxonox/controllers/NewHumanController.cc
r9667 r9898 443 443 444 444 if (pawn) 445 pawn->setAimPosition( mouseRay.getOrigin() + mouseRay.getDirection() * 1200 );445 pawn->setAimPosition( mouseRay.getOrigin() + mouseRay.getDirection() * 3000 ); 446 446 447 447 if( this->getControllableEntity() && this->getControllableEntity()->getTarget() != 0 ) -
code/branches/presentationHS13/src/orxonox/interfaces/RadarViewable.h
r9667 r9898 63 63 virtual void setRadarName(const std::string& name) 64 64 { 65 // The following if-clause hides objects with radarname "HIDDEN" 66 if (name == "HIDDEN") 67 { 68 this->bVisibility_ = 0; 69 this->settingsChanged(); 70 } 65 71 if (this->radarName_ != name) 66 72 {
Note: See TracChangeset
for help on using the changeset viewer.