BabylonJS AutoRotationBehavior IdleRotationSpeed

Hi everyone,

I am looking for the measurement of the ‘idleRotationSpeed’ in AutoRotationBehavior.

camera.autoRotationBehavior.idleRotationSpeed = 10;

is that ‘radians per second’?

Thanks

Yes, it is radians per second. However, there’s a linear ramp up before the rotation is at full speed (meaning at idleRotationSpeed) which lasts idleRotationSpinupTime.

1 Like

Thanks :slight_smile: