-
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
problems with groundPrimitives in recent chrome #3804
Comments
Hello @bmckilligan. Have you tried updating to Cesium 1.20? We fixed a ground primitive issue in that release that sounds a lot like the one you're seeing. (#3706) |
Okay thanks! And thanks for providing a code sample and all of the details. That will make it easier for us to look into the problem |
I noticed it late last week when using cesium 1.19 in Chrome. just looked at http://googlechromereleases.blogspot.ca/ . I suspect the culprit is there Stable Channel Update for Chrome OS |
any luck on resolving this ? has a bug been filed with bugs.chromium.org ? |
any word on this, Its still present in Chrome 50.0.2661.94 m (64-bit) ? |
@bmckilligan as far as I know, no bug has been submitted to the Chrome team (not 100% sure if it's a Chrome bug or not yet); I've seen this problem randomly in the past but I can't reproduce it with the code you provided. Does this happen every time for you? Can you copy/paste the results of going to http://webglreport.com? That might help narrow down the issue. |
I just tried the code in a 32-bit version of chrome and things worked, so it looks like it may be a chrome 64-bit issue |
Platform: Win32 To see draft extensions in Chrome, browse to about:flags, enable the "Enable WebGL Draft Extensions" option, and relaunch. |
@bmckilligan this may be fixed in Cesium 1.29 as part of the stencil initialization fix. Can you please retest? |
@bmckilligan any update on if this is still an issue for you? Thanks! |
Sorry, I missed the message in January, All looks good on Chrome 64-bit
…On 14 June 2017 at 13:32, Patrick Cozzi ***@***.***> wrote:
@bmckilligan <https://github.com/bmckilligan> any update on if this is
still an issue for you? Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3804 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIkllkI-EgYy4r3mwRxyM54fWGKLTb4mks5sEENcgaJpZM4H_a0B>
.
|
Just noticed this last week with chrome, it may have started earlier , pulled the following demo code from issue #3710, things render fine in firefox,
the rectangle geometry appears to be projecting down towards the center of the earth and is rendering above the ground
Windows 7, chrome 49.0.2623.110 m,
`
`
The text was updated successfully, but these errors were encountered: