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

    Interface GLTFPrimitive

    interface GLTFPrimitive {
        attributes: Readonly<Record<string, GLTFIndex>>;
        extensions?: Readonly<Record<string, unknown>>;
        extras?: JsonValue;
        indices?: GLTFIndex;
        material?: GLTFIndex;
        mode?: number;
        name?: string;
        targets?: readonly Readonly<Record<string, GLTFIndex>>[];
    }

    Hierarchy (View Summary)

    Index
    attributes: Readonly<Record<string, GLTFIndex>>
    extensions?: Readonly<Record<string, unknown>>
    extras?: JsonValue
    indices?: GLTFIndex
    material?: GLTFIndex
    mode?: number
    name?: string
    targets?: readonly Readonly<Record<string, GLTFIndex>>[]