重载模型设置LOD方法,支持设置不同层级之间的像素切换倍数。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool SetLODs( List<Model> listModel, List<double> listLodScales ) |
参数
- listModel
- Type: System.Collections.Generic..::.List<(Of <(Model>)>)
传入任意长度的模型数据。
- listLodScales
- Type: System.Collections.Generic..::.List<(Of <(Double>)>)
给默认每层的切换距离乘以一个比率。