Uppded the default acceleration as it was too slow for reasonable sized models
This commit is contained in:
parent
1d1d3ab50b
commit
335bcf66f8
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user