-
-
Notifications
You must be signed in to change notification settings - Fork 309
Open
Description
- Create a flat static mesh.
- Start shooting objects at it with increasing speed.
- Observe that after some threshold the objects experience "quantum tunneling effect" and go through the mesh. This heavily depends at least on on
velocityIterationCount,substepCount, andfrequency. - The lower is the frequency in
SpringSettings, the smaller velocity is needed for that effect to be observable. Solid static bodies (e.g. boxes, spheres, etc.) don't exhibit this effect. Even when the colliding bodies managed to get inside, then they eventually get pushed out. - While this is kind of cool in some cases (e.g. you can "model" a frame dragging and that is effect when a rotating black hole drags the spacetime around it).
Proposed solution 1: A mesh (or an object hitting the mesh) should keep track on which side of the mesh it is approaching, so that to push the object out when it pierces the mesh.
Proposed solution 2: Allow specifying mesh as a semi-infinite body. In this case one side of the mesh will be a free space and the other side of the mesh will contain the solid body thus always pushing the objects out of that region. This is likely much simpler to implement than the first variant.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels