-
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
OIT artifacts #2129
Comments
I have the issue reported by @pjcozzi and @mramato on my machine when OIT is enabled (Cesium 1.5). It disappears when disabling OIT: scene._oit.isSupported = function() {
return false;
}; Tested on Ubuntu 14.10:
What is the consequence of disabling OIT? |
@gberaudo instead of using that workaround, set For the consequence, see: http://cesiumjs.org/2014/03/14/Weighted-Blended-Order-Independent-Transparency/ |
Thank you @pjcozzi. |
Could be an Intel bug: https://code.google.com/p/chromium/issues/detail?id=414280
Could also be our bug: https://twitter.com/pastasfuture/status/511538181691682816
Info on their implementation: http://floored.com/blog/2014/webgl-order-independent-transparency-single-render-target.html
The text was updated successfully, but these errors were encountered: