vertically rotate sceneview ar model #513
Answered
by
devR2id
S1996ouvik
asked this question in
Q&A
-
How to rotate 3d objrct vertically in sceneview ar model |
Beta Was this translation helpful? Give feedback.
Answered by
devR2id
Feb 27, 2024
Replies: 1 comment
-
By default you can enable rotation of a modelNode with the isRotationEditable property but I'm not sure it allows you to rotate it vertically. Maybe you can achieve this by modifying the onRotate functions of the modelNode so that the Quaternion is done on the Y axis |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ThomasGorisse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default you can enable rotation of a modelNode with the isRotationEditable property but I'm not sure it allows you to rotate it vertically.
ModelNode Class
Oficial documentation
Maybe you can achieve this by modifying the onRotate functions of the modelNode so that the Quaternion is done on the Y axis