Open
Description
The current spec requires that rotate3D should be converted to a matrix (if the rotations are not along the same vector), and then interpolated (by decomposing into quaternions).
Most implementations are just converting rotate3D into quaternions directly and interpolating, and we should probably specify that.