Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2008, 12:24:30 AM (16 years ago)
Author:
FelixSchulthess
Message:

moved to spaceship what belonged there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/SpaceShip.h

    r1399 r1400  
    6464            void setTransDamp(float value);
    6565            void setRotDamp(float value);
     66            void getFocus();
    6667
    67             void getFocus();
    68             Camera* getCamera();
    6968            static SpaceShip* instance_s;
    70             static Vector3 getSPosition();
    71             static Quaternion getSOrientation();
    7269            static std::string whereAmI();
    7370            static void setMaxSpeedTest(float value)
     
    8178
    8279            float getMaxSpeed();
     80            Vector3 getDir();
     81            Vector3 getOrth();
     82            Camera* getCamera();
    8383
    8484        private:
     
    8686
    8787            Vector3 testvector_;
     88            Vector3 initialDir_;
     89            Vector3 currentDir_;
     90            Vector3 initialOrth_;
     91            Vector3 currentOrth_;
    8892            bool bInvertYAxis_;
    8993            bool setMouseEventCallback_;
Note: See TracChangeset for help on using the changeset viewer.