美文网首页开源Vue技术
Vue+Cesium之抗锯齿

Vue+Cesium之抗锯齿

作者: 老薛有只猫 | 来源:发表于2022-04-06 17:03 被阅读0次
// 开启抗锯齿
if (Cesium.FeatureDetection.supportsImageRenderingPixelated()) {
      this.viewer.resolutionScale = window.devicePixelRatio
}
this.viewer.scene.postProcessStages.fxaa.enabled = true

相关文章

网友评论

    本文标题:Vue+Cesium之抗锯齿

    本文链接:https://www.haomeiwen.com/subject/egzrsrtx.html