You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FXAA, HDR, and image scaling were all disabled recently but we never created Sandcastle examples for turning these features on/off.
For FXAA: viewer.scene.postProcessStages.fxaa.enabled = true;
For HDR: scene.highDynamicRange = true
For image scaling: viewer.resolutionScale = 1.0 / window.devicePixelRatio; is the Cesium <1.62 behavior.
The text was updated successfully, but these errors were encountered:
FXAA, HDR, and image scaling were all disabled recently but we never created Sandcastle examples for turning these features on/off.
For FXAA:
viewer.scene.postProcessStages.fxaa.enabled = true;
For HDR:
scene.highDynamicRange = true
For image scaling:
viewer.resolutionScale = 1.0 / window.devicePixelRatio;
is the Cesium <1.62 behavior.The text was updated successfully, but these errors were encountered: