Reduced the pan sensitive on the trackball

This commit is contained in:
Robert Osfield
2004-07-12 09:43:45 +00:00
parent 7fdf18a768
commit 69caf104d8

View File

@@ -272,7 +272,7 @@ bool TrackballManipulator::calcMovement()
// pan model.
float scale = -0.5f*_distance;
float scale = -0.3f*_distance;
osg::Matrix rotation_matrix;
rotation_matrix.set(_rotation);