-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cone trace doesn't show any if double-up #4072
Comments
Thanks for reporting! That's probably our auto-size algorithm that's blowing up here. Trace coordinates like you have in https://codepen.io/anon/pen/KOVwYd?editors=0010, would be a good candidate for an |
Assigning @archmoj |
@etpinard FYI - here is my patch gl-vis/gl-cone3d@3c7188f, |
Yeah, that looks ok to me. Does it cause any changes to the cone baselines? |
No change. The image test passed. |
Ok PR away 🚀 |
I found that if I have two cones at the same location, then no cones show up, and no error appears.
This also happens if they are just in close proximity, like 0.01 off
Reproducible example: https://codepen.io/anon/pen/KOVwYd?editors=0010
The text was updated successfully, but these errors were encountered: