AnimationStep interface.

interface AnimationStep {
    rotation: WasmVector4d;
    scale: number;
    translation: WasmVector3d;
}

Properties

rotation: WasmVector4d
scale: number
translation: WasmVector3d