I'm currently utilizing DeviceOrientationControls to connect to and rotate an item in Three.js.
Typically, these controls will allow rotation on all three XYZ axes.
Is there a method available to deactivate rotation on the X and Y axes so that the object only rotates on the Z axis?
Hopefully, this explanation is sufficient. Please inform me if you require an example. Thank you.