-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Clipping planes broken in IE #6048
Comments
For example: http://localhost:8080/Apps/Sandcastle/index.html?src=3D Tiles Clipping Planes.html&label=All @likangning93 perhaps your infinite clipping planes and clipping boxes will fix this... |
Perhaps related to #6077 |
@likangning93 as part of your infinite clipping plane and box work, we also want to fix this (post 1.41) - which I think will just happen by moving from uniform arrays to textures - but also by adding the infrastructure to @lilleyse can help once everything else is done for infinite clipping planes/boxes. |
Herm... not fixed yet, and also not working in Edge (although I don't think it's working in Edge in |
Okay. This should be fixed in #6201, but the bug wasn't just uniform arrays. See https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Shaders/Builtin/Functions/windowToEyeCoordinates.glsl#L34. IE and Edge were always having this check ( |
Good catch, thanks @likangning93 |
Removing priority next release, this will come in with #6201 |
See discussion in #6038.
There is an issue with the GLSL compilation in IE that disables clipping plane functionality.
The text was updated successfully, but these errors were encountered: