3D中如何获取模型的世界旋转角度,不是localRotationEuler,不是四元数,是在世界中x,y,z轴上的旋转角度
var a:Sprite3D = new Sprite3D(); a.transform.rotation;
Aar0n 这样获取的是四元数 ,不是轴角