Uppded the default acceleration as it was too slow for reasonable sized models

This commit is contained in:
Robert Osfield 2011-05-19 13:25:03 +00:00
parent 1d1d3ab50b
commit 335bcf66f8

View File

@ -34,7 +34,7 @@ FirstPersonManipulator::FirstPersonManipulator( int flags )
: inherited( flags ), : inherited( flags ),
_velocity( 0. ) _velocity( 0. )
{ {
setAcceleration( 0.25, true ); setAcceleration( 1.0, true );
setMaxVelocity( 0.25, true ); setMaxVelocity( 0.25, true );
setWheelMovement( 0.05, true ); setWheelMovement( 0.05, true );
if( _flags & SET_CENTER_ON_WHEEL_FORWARD_MOVEMENT ) if( _flags & SET_CENTER_ON_WHEEL_FORWARD_MOVEMENT )