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

    Type Alias BufferGeometryLike

    type BufferGeometryLike = {
        attributes: Record<string, BufferAttributeLike>;
        drawRange?: BufferAttributeDrawRange;
        groups?: BufferAttributeGroups;
        index?: ArrayBufferLike;
        userData?: any;
        [index: string]: any;
    }

    Indexable

    • [index: string]: any
    Index

    Properties

    attributes: Record<string, BufferAttributeLike>
    index?: ArrayBufferLike
    userData?: any