Getting motion sickness

I am getting motion sickness. I need a way to slow down the camera turning speed. I tried setting camera.angularSensibility to 4000 (twice the default 2000) but it doesn’t really slow down the angle changing speed, just slowing down the time before it reacts and change angle but the actual angle rotation is still equally fast.

Also using pep.js but the test is mostly done on PC desktop with mouse with a FreeCamera.

I do get a slow down when changing the angularSensibility value:

https://playground.babylonjs.com/#ZG6AF3

2 Likes

I think i am getting the results I wanted by doing camera.inertia = 0