-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Cesium aliasing with Chrome in 4k on Linux #7682
Comments
What's the value of The reason we add Depending on your use case, there's a couple of options:
It's certainly possible things have changed since this code was written, so I'll leave this open until you can confirm the behavior I describe above is accurate. |
Oh, interesting, my I played around with option 3 and I get a WebGL error:
Edit: Hmmm, I seem to no longer have GPU accleration in Chrome, I'm not sure if it was caused by the above error, or if the error was caused by it using software rendering... Option 1 should work for us since we are not targeting mobile. |
In the next release, we'll always merge at full resolution by default: #8057 |
When running Cesium in Chrome on Linux at 4k resolution. There are aliasing artifacts on polylines and markers. I dug into it a little bit and removing the
image-rendering: pixelated;
CSS style on the Cesium canvas fixes the problem.This appears to be related to #3249 and #3288
Browser: Chrome 73
Operating System: Linux Mint 18.1 / Ubuntu 16.04
With
image-rendering: pixelated;
:Without
image-rendering: pixelated;
:The text was updated successfully, but these errors were encountered: