通过设置viewer.scene.globe.show =false;也可以将地球关闭,或者设置地面的透明,或者进行地面开挖都可以看到下面的模型。地面开挖示例程序如下
http://support.supermap.com.cn:8090/webgl/examples/editor.html#digTerrain
viewer.scene.undergroundMode = true; viewer.scene.globe.globeAlpha = 0.5;
别的地方看到的,比较符合我的要求