Can't rotate mesh in AR

Hello everyone!

I’m trying to rotate a mesh in AR but it’s not working, I have rotation quaternion turned off for the mesh I’m trying to rotate

Hello and welcome to the Babylon forum!

Maybe the WebXR anchor is overriding the rotation and preventing it? Try giving the model a parent and attach the parent to the anchor instead of the model.

Something like this playground:

1 Like

Thank you so much, anchor did override the rotation.

2 Likes