
Cesium
悄悄问女儿圣僧美不美
这个作者很懒,什么都没留下…
展开
-
CESIUM内置shader变量和函数[转]
CESIUM内置shader变量和函数转载 2023-01-05 15:16:16 · 752 阅读 · 0 评论 -
Cesium 开启场景FPS显示
Viewer.scene.debugShowFramesPerSecond = true原创 2021-08-16 16:00:23 · 1940 阅读 · 0 评论 -
Cesium开启抗锯齿
// 是否支持图像渲染像素化处理 if (Cesium.FeatureDetection.supportsImageRenderingPixelated()) { Viewer.resolutionScale = window.devicePixelRatio; } // 开启抗锯齿 Viewer.scene.postProcessStages.fxaa.enabled = true;...原创 2021-08-16 15:44:03 · 2264 阅读 · 1 评论