gpu-curtains
    Preparing search index...

    Interface IAccessorSparseValues

    Array of size accessor.sparse.count times number of components storing the displaced accessor attributes pointed by accessor.sparse.indices

    interface IAccessorSparseValues {
        extensions?: Record<string, unknown>;
        extras?: Record<string, unknown>;
        bufferView: number;
        byteOffset?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    extensions?: Record<string, unknown>

    Dictionary object with extension-specific objects

    extras?: Record<string, unknown>

    Application-Specific data

    bufferView: number

    The index of the bufferView with sparse values. Referenced bufferView can't have ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER target

    byteOffset?: number

    The offset relative to the start of the bufferView in bytes. Must be aligned