Skip to content
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

Open
katlandreth opened this issue Mar 3, 2015 · 4 comments
Open

Shapes Can't Pass Through Rings #349

katlandreth opened this issue Mar 3, 2015 · 4 comments
Labels

Comments

@katlandreth
Copy link
Collaborator

While the center of the ring is transparent, its behavior is more like a disk than a ring.

Unexpected Behavior:

  • I place ring on the canvas, and turn it on its side
  • Place some spheres inside the ring hoping to corral them in place
  • Spheres end up sitting on top of an invisible plane instead of inside the ring
  • Other shapes can't pass through rings

Expected Behavior:

  • The center of the ring should behave as empty space
  • Other shapes should be able to pass into and through the center of the ring

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.

@katlandreth katlandreth added the bug label Mar 3, 2015
@katlandreth katlandreth added this to the Path to Sales milestone Mar 3, 2015
@katlandreth
Copy link
Collaborator Author

Same thing is happening with the center hole of the gear.

@katlandreth
Copy link
Collaborator Author

Maybe related-
I stacked this pyramid on top of a cube. It's not snapped. There's a small gap between the pyramid and the cube. Problem with collision box maybe?

screen shot 2015-03-06 at 2 11 29 pm

@kmcurry
Copy link
Owner

kmcurry commented Mar 17, 2015

Concave collision not yet supported. In progress soon.

@kmcurry kmcurry removed this from the Path to Sales milestone Apr 15, 2015
@kmcurry
Copy link
Owner

kmcurry commented Apr 15, 2015

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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants