Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2006, 4:48:26 PM (18 years ago)
Author:
bknecht
Message:

Control: Helicopter cameranode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/space_ships/helicopter.h

    r6699 r6717  
    2626    virtual void enter();
    2727    virtual void leave();
     28    virtual void attachCamera();
    2829
    2930    virtual void postSpawn();
     
    6364    //float                 cycle;              //!< hovercycle
    6465   
    65     PNode                   topRotor;
    66     PNode                   tailRotor;
     66    PNode                 topRotor;
     67    PNode                 tailRotor;
     68   
     69    PNode                 cameraNode;
    6770
    6871    Vector                velocity;           //!< the velocity of the player.
Note: See TracChangeset for help on using the changeset viewer.