new TilesetFlat(tileset, opt)
- Description:
- 3dtiles模型压平
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
tileset |
Cesium.Cesium3DTileset | 三维模型 | ||||||
opt |
Object |
Properties
|
Members
getUniqueArray
- Description:
- 数组去重 不能处理嵌套的数组
数组去重
不能处理嵌套的数组
Methods
addRegion(positions, height)
- Description:
- 添加压平面
Parameters:
Name | Type | Description |
---|---|---|
positions |
||
height |
Number | 压平高度 |
destroy()
- Description:
- 销毁
shaderSource_isPointInPolygon_n()
- Description:
- Shader字符串,生成一个函数,判断点是否在n个元素的数组的多边形里