-
Notifications
You must be signed in to change notification settings - Fork 1
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
IE angle dependence on area [browser support] #66
Comments
This has to do with the visualization issues i described some time ago. A good description of the issue can be found here CesiumGS/cesium#2885. |
What impact do these two methods have on performance, and would it be possible to only use the old method on IE (ie, check if browser has webgl extension, then act based on that)? |
Introduced new check to see if necessary WebGL extension is available if not we now fallback to the "other solution" found where there is no transparency issue but there is an ordering issue. This should only apply to Internet Explorer and Edge browsers. Done in commit 2d7269b |
When several points are close together they become transparent. When viewing an area this becomes especially visible:
Possibly related to #57
The text was updated successfully, but these errors were encountered: