var viewer = new Cesium.Viewer('cesiumContainer', {

orderIndependentTranslucency: false,

contextOptions: { webgl: { alpha: true, } },

});

viewer.scene.skyBox.show = false;

viewer.scene.backgroundColor = new Cesium.Color(0.0, 0.0, 0.0, 0.0);

//viewer.scene.skyAtmosphere.show = false;

//viewer.scene.skyAtmosphere.brightnessShift = -0.0;

Posted on 2023-07-04 16:46  博客sl  阅读(264)  评论(0编辑  收藏  举报