Changeset 13041 for OpenSceneGraph/trunk/include/osgGA/SphericalManipulator
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgGA/SphericalManipulator
r12139 r13041 96 96 97 97 /** set the minimum distance (as ratio) the eye point can be zoomed in towards the 98 center before the center is pushed forward.*/ 98 center before the center is pushed forward.*/ 99 99 void setMinimumZoomScale(double minimumZoomScale) {_minimumZoomScale=minimumZoomScale;} 100 100 … … 160 160 * It allows us to match an delta in position/rotation independent of the rendering frame rate. 161 161 */ 162 double _delta_frame_time; 162 double _delta_frame_time; 163 163 164 164 /** The time the last frame started.
