Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 28, 2008, 3:05:17 AM (16 years ago)
Author:
landauf
Message:

added spaceship

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.h

    r2019 r2024  
    4848            virtual void startLocalControl();
    4949
    50             virtual void moveFrontBack(float value);
    51             virtual void moveRightLeft(float value);
    52             virtual void moveUpDown(float value);
     50            virtual void moveFrontBack(const Vector2& value);
     51            virtual void moveRightLeft(const Vector2& value);
     52            virtual void moveUpDown(const Vector2& value);
    5353
    54             virtual void rotateYaw(float value);
    55             virtual void rotatePitch(float value);
    56             virtual void rotateRoll(float value);
     54            virtual void rotateYaw(const Vector2& value);
     55            virtual void rotatePitch(const Vector2& value);
     56            virtual void rotateRoll(const Vector2& value);
    5757
    5858            virtual void fire();
     
    6262            void changedGreeting();
    6363            void changedFlareVisibility();
     64            void updateHUD();
    6465
    6566            BillboardSet* greetingFlare_;
     
    7374            float pitch_;
    7475            float roll_;
    75 
    76             // test test test
    77             Mesh* testmesh_;
    78             Ogre::SceneNode* testnode_;
    79             // test test test
    8076    };
    8177}
Note: See TracChangeset for help on using the changeset viewer.