Changeset 10403 in orxonox.OLD for trunk/src/world_entities/cameraman.h
- Timestamp:
- Jan 27, 2007, 12:21:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/cameraman.h
r10394 r10403 22 22 void setCam(int CameraNo); 23 23 void setCam(const std::string& camName); 24 void setCam(Camera* camera); 25 24 26 void createCam(const TiXmlElement* root); 25 27 void moveCam(int x, int y, int z, int camNo); … … 34 36 void setClipRegion(float nearClip, float farClip); 35 37 void togglFade(); 36 38 37 39 /// LOADING 38 40 virtual void loadParams(const TiXmlElement* root); 39 41 40 42 /// POLLING 41 43 float getCurrCameraCoorX(){ return this->currentCam->getAbsCoorX(); }
Note: See TracChangeset
for help on using the changeset viewer.