For my VR viewer, I’m attempting to rotate the camera to straighten the scene when the device is tilted.
Changing the view or camera rotationZ, or camera.roll() isn’t doing anything. Any idea how to do this? Is it even possible?
I’m using a hover camera
Thanks
EDIT: CameraController overrides any roll. Removing all CameraController calls after setting the roll fixed this.