Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 1:18:46 PM (19 years ago)
Author:
gfilip
Message:

next update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/cameraman.h

    r10199 r10204  
    1919    void createCam();
    2020    Camera* cameras[6];
    21     void moveCam(int x, int y, int z, int speed, int camNo);
    22     void moveCurrCam(int x, int y, int z, int speed);
     21    void moveCam(int x, int y, int z, int camNo);
     22    void moveCurrCam(int x, int y, int z);
    2323    void changeTarget(int camNo, PNode* target);
    2424    void changeCurrTarget(PNode* target);
    2525    void jumpCam(int x, int y, int z, int camNo);
    26     void jumpCam(int x, int y, int z);
    27 
     26    void jumpCurrCam(int x, int y, int z);
     27    void changeSpeed(float speed);
    2828
    2929
Note: See TracChangeset for help on using the changeset viewer.