Vue+Cesium之抗锯齿
2022-04-06 本文已影响0人
老薛有只猫
// 开启抗锯齿
if (Cesium.FeatureDetection.supportsImageRenderingPixelated()) {
this.viewer.resolutionScale = window.devicePixelRatio
}
this.viewer.scene.postProcessStages.fxaa.enabled = true
// 开启抗锯齿
if (Cesium.FeatureDetection.supportsImageRenderingPixelated()) {
this.viewer.resolutionScale = window.devicePixelRatio
}
this.viewer.scene.postProcessStages.fxaa.enabled = true