Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6800 in orxonox.OLD for trunk/src/world_entities/space_ships/hover.h


Ignore:
Timestamp:
Jan 27, 2006, 4:40:37 PM (20 years ago)
Author:
bensch
Message:

trunk: hover functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/hover.h

    r6799 r6800  
    1010#include "playable.h"
    1111
    12 
    1312class Hover : public Playable
    1413{
    15 
    1614  public:
    1715
     
    3735    virtual void process(const Event &event);
    3836
    39 
    40 
    4137  private:
    4238    void calculateVelocity(float time);
    4339    void weaponAction();
    44 
    45     // !! temporary !!
    46     void ADDWEAPON();
    4740
    4841    bool                  bUp;                //!< up button pressed.
     
    6457    //float                 cycle;              //!< hovercycle
    6558
    66     PNode                 topRotor;
    67     PNode                 tailRotor;
     59    PNode                 wingNodeLeft;
     60    PNode                 wingNodeRight;
     61    PNode                 rotorNodeLeft;
     62    PNode                 rotorNodeRight;
    6863
    6964    PNode                 cameraNode;
Note: See TracChangeset for help on using the changeset viewer.