Type Alias PackedBufferGeometry

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

Type declaration