window.viewer = new Cesium.Viewer("cesiumContainer", {
shadows: true,
infoBox: false,
orderIndependentTranslucency: false,
contextOptions: {
requestWebgl2: true,
msaaLevel: 8, //反走样系数
webgl: {
alpha: true,
antialias: true,
premultipliedAlpha: true,
},
},
});
修改massLevel值,图层边缘锯齿无明显变化