-
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
Picking causes a double-render #2790
Comments
Possibly the same bug as this? |
Could be. |
Multiple users are reporting issues at my above forum link. It would be nice to look at this for 1.11. |
Given several users have hit this bug, and it was a regression introduced with 1.10, I marked this as a showstopper. |
Same problem here, drawing polygons and then do "drillPick" on mouse move... any chance to release a fix version for this one ASAP? Thanks |
Here are some new findings after a long debug session.
If you call |
Try pasting the following code in Sandcastle:
In the above demo in master, left-clicking the globe will cause a single-frame "flash" of both the Sun and the portion of the blue ellipsoid that is not in front of the Earth.
For added fun, you can cause a pick to happen on mouse move, which will cause the Sun and the blue ellipsoid to leave streaks as they move:
The text was updated successfully, but these errors were encountered: