Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2008, 5:57:05 PM (16 years ago)
Author:
FelixSchulthess
Message:

repositioned hud layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/src/orxonox/objects/SpaceShip.cc

    r1308 r1310  
    270270      camName_=camera;
    271271      // change camera attributes here, if you want to ;)
    272     }
    273    
     272      Quaternion q1 = Quaternion(Radian(Degree(90)),Vector3(0,-1,0));
     273      Quaternion q2 = Quaternion(Radian(Degree(90)),Vector3(0,0,-1));
     274      //camNode_->setOrientation(q1*q2);
     275    }
     276
    274277    void SpaceShip::getFocus(){
    275278      COUT(4) << "requesting focus" << std::endl;
    276279      if(network::Client::getSingleton()==0 || network::Client::getSingleton()->getShipID()==objectID)
    277280        CameraHandler::getInstance()->requestFocus(cam_);
    278      
    279     }
    280    
     281
     282    }
     283
    281284    void SpaceShip::createCamera(){
    282285//       COUT(4) << "begin camera creation" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.