Interface RnM2Sparse

interface RnM2Sparse {
    count: number;
    extensions?: Gltf2AnyObject;
    extras?: Gltf2AnyObject;
    indices?: RnM2SparseIndices;
    values?: RnM2SparseValues;
}

Hierarchy (view full)

Properties

count: number
extensions?: Gltf2AnyObject