From 335bcf66f8f41497c26d7b5d8ab2cab35a4a4979 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 19 May 2011 13:25:03 +0000 Subject: [PATCH] Uppded the default acceleration as it was too slow for reasonable sized models --- src/osgGA/FirstPersonManipulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgGA/FirstPersonManipulator.cpp b/src/osgGA/FirstPersonManipulator.cpp index a6ac38c62..a24603c20 100644 --- a/src/osgGA/FirstPersonManipulator.cpp +++ b/src/osgGA/FirstPersonManipulator.cpp @@ -34,7 +34,7 @@ FirstPersonManipulator::FirstPersonManipulator( int flags ) : inherited( flags ), _velocity( 0. ) { - setAcceleration( 0.25, true ); + setAcceleration( 1.0, true ); setMaxVelocity( 0.25, true ); setWheelMovement( 0.05, true ); if( _flags & SET_CENTER_ON_WHEEL_FORWARD_MOVEMENT )