I'm trying to rotate the steel box given in the starter code for RealityKit, and I use this code
steelBox.transform.rotation += simd_quatf(angle: radians,
axis: SIMD3<Float>(0, 1, 0))
to attempt to rotate the object.
When the object rotates, however, it grows bigger in one dimension as well.
Why is that?