Make gltf use rotation instead of rotationQuaternion

My gltf imported mesh is using .rotationQuaternion for rotations. Is there way to to make it use .rotation instead ?
without having to do the euler/quaternion conversion all the time ?

yourgltfmodel.rotationQuaternion = null.
After this you can use rotation.
Cheers!

1 Like