sceneview-android icon indicating copy to clipboard operation
sceneview-android copied to clipboard

vertically rotate sceneview ar model

Open S1996ouvik opened this issue 1 year ago • 1 comments

How to rotate 3d objrct vertically in sceneview ar model

S1996ouvik avatar Feb 23 '24 09:02 S1996ouvik

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

devR2id avatar Feb 27 '24 22:02 devR2id