Reduced the sensitivity of the pan.
This commit is contained in:
parent
ba295ccab7
commit
7fdf18a768
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user