9 #ifndef RAMSES_EROTATIONCONVENTION_H
10 #define RAMSES_EROTATIONCONVENTION_H
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
ERotationConvention
Definition: ERotationConvention.h:23
@ ZXY
rotates around Y then X then Z axis
@ XYX
rotates around X then Y then X axis
@ ZYZ
rotates around Z then Y then Z axis
@ YXZ
rotates around Z then X then Y axis
@ ZYX
rotates around X then Y then Z axis
@ XZY
rotates around Y then Z then X axis
@ YXY
rotates around Y then X then Y axis
@ ZXZ
rotates around Z then X then Z axis
@ YZX
rotates around X then Z then Y axis
@ XYZ
rotates around Z then Y then X axis
@ XZX
rotates around X then Z then X axis
@ YZY
rotates around Y then Z then Y axis