Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create sandcastle examples for FXAA, HDR, and image scaling #8102

Closed
lilleyse opened this issue Aug 23, 2019 · 0 comments · Fixed by #8151
Closed

Create sandcastle examples for FXAA, HDR, and image scaling #8102

lilleyse opened this issue Aug 23, 2019 · 0 comments · Fixed by #8151

Comments

@lilleyse
Copy link
Contributor

lilleyse commented Aug 23, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant