代码:
先是scene.addS3MTilesLayerByScp 加载三维数据的配置文件
然后 scene.camera.setView 定位至模型
destination: new Cesium.Cartesian3.fromDegrees(121.1523735743798900, 27.8315612054028490, 500)
经纬度跟回调函数中返回是layers是一样的,但是定位的时候 偏了、一片绿 然后需要拖动鼠标才能看到模型
sml配置
<sml:HeightRange>
<sml:MaxHeight>213.334015</sml:MaxHeight>
<sml:MinHeight>-2.853033</sml:MinHeight>
</sml:HeightRange>
<sml:Position>
<sml:X>121.1523735743798900</sml:X>
<sml:Y>27.8315612054028490</sml:Y>
<sml:Z>0.0000000000000000</sml:Z>
</sml:Position>
请问 下 HeightRange字段中 是指飞行高度嘛