cesium 1.66 - 1.68 label fuzzy

Created on 28 Apr 2020  路  2Comments  路  Source: CesiumGS/cesium

i found cesium 1.65 - 1.68 label fuzzy 銆俻lz update

example












Most helpful comment

Cesium's default behavior changed in 1.66. From the 1.66 change log:

  • useBrowserRecommendedResolution flag in Viewer and CesiumWidget now defaults to true. This ensures Cesium rendering is fast and smooth by default across all devices. Set it to false to always render at native device resolution instead at the cost of performance on under-powered devices. #8548

To get the previous behavior back set

viewer.useBrowserRecommendedResolution = false

All 2 comments

and 3dtiles also have this bug

Cesium's default behavior changed in 1.66. From the 1.66 change log:

  • useBrowserRecommendedResolution flag in Viewer and CesiumWidget now defaults to true. This ensures Cesium rendering is fast and smooth by default across all devices. Set it to false to always render at native device resolution instead at the cost of performance on under-powered devices. #8548

To get the previous behavior back set

viewer.useBrowserRecommendedResolution = false

Was this page helpful?
0 / 5 - 0 ratings