Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 30, 2007, 11:10:09 AM (17 years ago)
Author:
bknecht
Message:

use pauseCamera in scripts to pause the track of the camera. this works also with pause on NPCs and spaceships with tracks

File:
1 edited

Legend:

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

    r10497 r10498  
    5858    void setRelCameraCoorSoft(const std::string& cameraName, float x, float y, float z, float bias);
    5959    //void setViewMode(const std::string& camName, const std::string& viewMode);
     60    void pauseCamera(const std::string& camName, bool stop);
    6061   
    6162    void changeSpeed(float speed);
Note: See TracChangeset for help on using the changeset viewer.