Hi there ! I'm having an issue, I can't change my camera's angular sensibility. I keep trying to change it, but there are no difference, here are the settings I'm applying to my camera : var CAMERASETTINGS = {angularSensibility : 0.01,applyGravity : true,checkCollisions : true,maxCameraSpeed : 0.01,cameraAcceleration : 0.05,inertia = 0,keysUp : [90],keysDown : [83],keysLeft : [81],keysRight : [68],cameraHeight : 1.80,type : "free"}I would like the camera to "walk" arround instead of flying through the room at rocket speed and I don't want any inertia, but when I set those settings, the angular sensibility seems really low (or high... I still find the "higher is lower" thing about angular sensibility really misleading)... Thanks in advance for your answer !