We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've reported this on the forum but as there's no support I'm assuming it's a bug. It might be related to #713
I'm updating the camera with a device motion Quaternion
camera.transform = q.toMatrix3D();
I'm then attempting to get Pan and Tilt values from this Quaternion, so when it switches back to hoverController on touch, it's facing the same way
As soon as I do any maths on this Quaternion (doesn't actually matter what Maths is involved)
_currentPan = q.toEulerAngles(Vector3D.Y_AXIS).z * 180/Math.PI; _currentTilt = q.toEulerAngles(Vector3D.Z_AXIS).x * 180/Math.PI;
When the hoverController is enabled, the view is flipped upside down and to a strange angle.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I've reported this on the forum but as there's no support I'm assuming it's a bug. It might be related to #713
I'm updating the camera with a device motion Quaternion
I'm then attempting to get Pan and Tilt values from this Quaternion, so when it switches back to hoverController on touch, it's facing the same way
As soon as I do any maths on this Quaternion (doesn't actually matter what Maths is involved)
When the hoverController is enabled, the view is flipped upside down and to a strange angle.
The text was updated successfully, but these errors were encountered: