Hi, I was using the ArcRotationCamera and was able to adjust the mouse camera and zoom with the camera properties, but was unable to find a way to change the rotation speed with the keyboard controls. Could someone help and give me some direction on how to approach this?
That should work, and won’t change mouse-panning speeds/sensibility/sensitivity (a good thing).
The .inputs property is an interesting “behaviors-like” system… which accepts “input modules”. When we “drilled” into camera.inputs.attached.keyboard depth… well, you know. We went onto the arcCam’s keyboardInput module.