When fbx model is loaded, it will be of type Object3D which means that the quaternion member variable is going to be of type Quaternion which makes its methods available, e.g. setFromAxisAngle.
I already have all my app working with the fbx model and I’ve been wondering, if I could keep using the same methods with gltf/glb models?