Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 27, 2007, 10:52:56 PM (19 years ago)
Author:
snellen
Message:

added method atachCameraToWorldEntity

File:
1 edited

Legend:

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

    r10414 r10416  
    3535    void atachCurrTarget(PNode* target);
    3636    void atachCurrCameraToWorldEntity(const std::string& className, const std::string& targetEntity);
     37    void atachCameraToWorldEntity(const std::string& cameraName, const std::string& className, const std::string& targetEntity);
    3738    void detachCurrCamera();
    3839    void jumpCam(int x, int y, int z, int camNo);
Note: See TracChangeset for help on using the changeset viewer.