@three-tile/lib
    Preparing search index...

    Type Alias GeometryDataType

    Geometry Attributes and indices type

    type GeometryDataType = {
        attributes: AttributesType;
        indices: Uint16Array | Uint32Array;
    }
    Index

    Properties

    Properties

    attributes: AttributesType
    indices: Uint16Array | Uint32Array