-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Bad webgl alpha config for 3-D scenes #4236
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
Comments
By the way here is the codepen used to test the bug as well as possible impacts of the fix. |
See #4334 (comment) which illustrate a similar issue on |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
Noticed blending issues (see the yellow areas on the image below) with Ubuntu + FireFox.
This could be related to
premultipliedAlpha: true
instead offalse
.See
gl-plot3d
at https://github.com/gl-vis/gl-plot3d/blob/ccfc4318ec9d382900f7b80b17b1630092fe3953/scene.js#L84.The text was updated successfully, but these errors were encountered: