开源Vue技术

Vue+Cesium之抗锯齿

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

猜你喜欢

热点阅读