Changeset 10482 in orxonox.OLD for trunk/src/world_entities/cameraman.h
- Timestamp:
- Jan 29, 2007, 2:48:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/cameraman.h
r10480 r10482 42 42 void moveCurrCam(int x, int y, int z); 43 43 void changeCurrTarget(const std::string& className, const std::string& objectName); 44 void atachCurrTarget(PNode* target);45 44 void atachCurrCameraToWorldEntity(const std::string& className, const std::string& targetEntity); 46 45 void detachCurrCamera(); … … 62 61 private: 63 62 bool cameraIsInVector(Camera* camera); 63 void atachTarget(Camera* cam, PNode* pnode); 64 64 65 65
Note: See TracChangeset
for help on using the changeset viewer.