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

    Interface GLTFSkin

    interface GLTFSkin {
        bindShapeMatrix?: readonly number[];
        extensions?: Readonly<Record<string, unknown>>;
        extras?: JsonValue;
        inverseBindMatrices?: GLTFIndex;
        jointNames?: readonly string[];
        joints?: readonly GLTFIndex[];
        name?: string;
        skeleton?: GLTFIndex;
    }

    Hierarchy (View Summary)

    Index
    bindShapeMatrix?: readonly number[]
    extensions?: Readonly<Record<string, unknown>>
    extras?: JsonValue
    inverseBindMatrices?: GLTFIndex
    jointNames?: readonly string[]

    glTF 1.0 represented joints by their jointName values.

    joints?: readonly GLTFIndex[]
    name?: string
    skeleton?: GLTFIndex