Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10495 in orxonox.OLD for trunk/src/world_entities/cameraman.h


Ignore:
Timestamp:
Jan 30, 2007, 1:54:25 AM (17 years ago)
Author:
bknecht
Message:

new cameraMan function to have more control over camera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/cameraman.h

    r10483 r10495  
    5555    void jumpCam(int x, int y, int z, int camNo);
    5656    void jumpCam(const std::string& cameraName, float x, float y, float z);
     57    void setRelCameraCoor(const std::string& cameraName, float x, float y, float z);
     58    //void setViewMode(const std::string& camName, const std::string& viewMode);
    5759   
    5860    void changeSpeed(float speed);
Note: See TracChangeset for help on using the changeset viewer.