Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 29, 2007, 3:05:56 PM (17 years ago)
Author:
snellen
Message:

implemented jumpCam in CameraMan

File:
1 edited

Legend:

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

    r10482 r10483  
    5454    void atachCameraToWorldEntity(const std::string& cameraName, const std::string& className, const std::string& targetEntity);
    5555    void jumpCam(int x, int y, int z, int camNo);
     56    void jumpCam(const std::string& cameraName, float x, float y, float z);
    5657   
    5758    void changeSpeed(float speed);
Note: See TracChangeset for help on using the changeset viewer.