How can I match the rotation of a THREE.js camera or object to a transform from a Unity GameObject?
Unity uses a left-handed system with a ZXY euler order. THREE.js uses
If you convert both rotations to Quaternions, I think the difference is a -1 scale on the X axis.