@equinor/videx-3d
    Preparing search index...

    Type Alias PackedBufferGeometry

    type PackedBufferGeometry = {
        attributes: PackedAttributes;
        drawRange: BufferAttributeDrawRange;
        groups: BufferAttributeGroups;
        index: ArrayBufferLike | undefined;
        indexType: string | undefined;
        userData?: any;
    }
    Index

    Properties

    attributes: PackedAttributes
    index: ArrayBufferLike | undefined
    indexType: string | undefined
    userData?: any