Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 5:04:03 PM (17 years ago)
Author:
gfilip
Message:

so many updates

File:
1 edited

Legend:

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

    r10330 r10338  
    2424    void moveCam(int x, int y, int z,  int camNo);
    2525    void moveCurrCam(int x, int y, int z);
    26     void changeTarget(int camNo, PNode* target);
    27     void changeCurrTarget(PNode* target);
     26    void changeTarget(int camNo, std::string className, std::string objectName);
     27    void changeCurrTarget(std::string className, std::string objectName);
    2828    void atachCurrTarget(PNode* target);
    2929    void jumpCam(int x, int y, int z, int camNo);
Note: See TracChangeset for help on using the changeset viewer.