Changeset 87 in flair-src for trunk/lib/FlairSimulator/src/FixedCamera.h
- Timestamp:
- Sep 28, 2016, 8:41:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/FixedCamera.h
r70 r87 26 26 class FixedCamera : public VisualizationCamera { 27 27 public: 28 FixedCamera(std::string name,core::Vector3D position, float rotateSpeed = -500.0f, float zoomSpeed = .1f);28 FixedCamera(std::string name,core::Vector3D position,core::Vector3D lookat=core::Vector3D(0,0,0),float rotateSpeed = -500.0f, float zoomSpeed = .05f); 29 29 ~FixedCamera(); 30 30 … … 34 34 float sat(float value); 35 35 irr::core::position2df RotateStart; 36 irr::core::vector3df rotation; 36 37 bool Rotating; 37 38 float rotateSpeed; 38 39 float zoomSpeed; 39 float RotY, RotZ;40 40 float fov; 41 bool init; 41 42 }; 42 43
Note:
See TracChangeset
for help on using the changeset viewer.