EarthSDK
    正在准备搜索索引...

    接口 HeightmapData

    interface HeightmapData {
        indices: Uint32Array;
        positions: Float32Array;
        st?: Float32Array<ArrayBufferLike>;
    }
    索引

    属性

    indices: Uint32Array
    positions: Float32Array
    st?: Float32Array<ArrayBufferLike>