Reduced the sensitivity of the pan.

This commit is contained in:
Robert Osfield 2004-07-12 09:17:21 +00:00
parent ba295ccab7
commit 7fdf18a768

View File

@ -436,7 +436,7 @@ bool TerrainManipulator::calcMovement()
{
// pan model.
double scale = -0.5f*_distance;
double scale = -0.3f*_distance;
osg::Matrix rotation_matrix;
rotation_matrix.set(_rotation);