rhodonite
    Preparing search index...

    Type Alias Gltf2Sparse

    type Gltf2Sparse = {
        count: number;
        extensions?: Gltf2AnyObject;
        extras?: Gltf2AnyObject;
        indices?: Gltf2SparseIndices;
        values?: Gltf2SparseValues;
    }

    Hierarchy (View Summary)

    Index

    Properties

    count: number
    extensions?: Gltf2AnyObject