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

    Type Alias GeometryDataType

    几何体属性与索引类型

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

    Properties

    Properties

    attributes: AttributesType

    几何体属性

    indices: Uint16Array | Uint32Array

    三角形索引数组