在iServer 9中通过以下设置,可以使背景透明(没有黑色那个背景)。但是在iServer 10中会出现黑色背景,如何去掉?
viewer.scene.backgroundColor = new Cesium.Color(0, 0, 0, 0);
viewer.scene.globe.show = false;