Changeset 10404 in orxonox.OLD for trunk/src/world_entities/cameraman.h
- Timestamp:
- Jan 27, 2007, 2:20:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/cameraman.h
r10403 r10404 2 2 #define _CAMERAMAN_H 3 3 4 #include "p_node.h" 5 #include "camera.h" 4 6 5 #include <vector> 7 6 #include "base_object.h" 8 #include "blackscreen.h" 7 8 class BlackScreen; 9 class Camera; 10 class PNode; 9 11 10 12 class CameraMan : public BaseObject { … … 37 39 void togglFade(); 38 40 41 void cameraInfo(); 42 39 43 /// LOADING 40 44 virtual void loadParams(const TiXmlElement* root); 41 45 42 46 /// POLLING 43 float getCurrCameraCoorX() { return this->currentCam->getAbsCoorX(); }44 float getCurrCameraCoorY() { return this->currentCam->getAbsCoorY(); }45 float getCurrCameraCoorZ() { return this->currentCam->getAbsCoorZ(); }47 float getCurrCameraCoorX(); 48 float getCurrCameraCoorY(); 49 float getCurrCameraCoorZ(); 46 50 bool cameraIsInVector(Camera* camera); 47 51
Note: See TracChangeset
for help on using the changeset viewer.