UNPKG

@kitschpatrol/tweakpane-plugin-rotation

Version:

A fork of tweakpane-plugin-rotation with build optimizations.

6 lines (5 loc) 289 B
/** * Note that this is **extrinsic** rotations (which is same as Blender, Maya, and Unity). * Three.js uses intrinsic rotations so you have to reverse the order if you want to match the behavior with Three.js. */ export type EulerOrder = 'XYZ' | 'XZY' | 'YXZ' | 'YZX' | 'ZXY' | 'ZYX';