-
Notifications
You must be signed in to change notification settings - Fork 8
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
Shapes Can't Pass Through Rings #349
Labels
Comments
Same thing is happening with the center hole of the gear. |
Concave collision not yet supported. In progress soon. |
It turns out that concave surfaces are problem for every physics engine out there. We might be able to add it at some point in the future. We'll take this issue off the Path to Sales milestone. We'll also remove Ring, Tube and Elbow for now and possibly add more convex Parts. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While the center of the ring is transparent, its behavior is more like a disk than a ring.
Unexpected Behavior:
Expected Behavior:
Video: https://www.dropbox.com/s/hliuztcyy0r6qi6/ShapesCantPassThroughRing.mov?dl=0 this shows a ring sitting on top of a wedge instead of having the wedge pass through the ring. You can also see some spheres and a pyramid sitting on top of a ring, seemingly floating in space.
The text was updated successfully, but these errors were encountered: