export enum eEulerRotationOrder { CAM_EULER_XYZ = 0, CAM_EULER_XZY = 1, CAM_EULER_YXZ = 2, CAM_EULER_YZX = 3, CAM_EULER_ZXY = 4, CAM_EULER_ZYX = 5, }