首页 / 浏览问题 / 三维GIS / 问题详情
超图FAQ: 在使用SuperMap iClient3D for WebGL 9D时,如何去掉天空盒子,将球的背景变为透明?
64,468EXP 2021年03月17日
超图FAQ: 在使用SuperMap iClient3D for WebGL 9D时,如何去掉天空盒子,将球的背景变为透明?

1个回答

超图FAQ: 需要设置viewer.orderIndependentTranslucency=false;contextOptions: {webgl: {alpha: true}};viewer.scene.backgroundColor = new Cesium.Color(0.0, 0.0, 0.0, 0.0);viewer.scene.skyBox.show = false;经过几句代码,天空盒子将被去掉。
64,468EXP 2021年03月17日
热门文章
关注我们
...