Hilo3d API - v2.0.0
    Preparing search index...

    Interface GLTFAnimation

    interface GLTFAnimation {
        channels: readonly GLTFAnimationChannel[];
        extensions?: Readonly<Record<string, unknown>>;
        extras?: JsonValue;
        name?: string;
        parameters?: Readonly<Record<string, GLTFIndex>>;
        samplers: GLTFCollection<GLTFAnimationSampler>;
    }

    Hierarchy (View Summary)

    Index
    channels: readonly GLTFAnimationChannel[]
    extensions?: Readonly<Record<string, unknown>>
    extras?: JsonValue
    name?: string
    parameters?: Readonly<Record<string, GLTFIndex>>

    glTF 1.0 maps animation parameter names to accessor ids.