You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there.
I came across this bug when dragging things to the right hand side. As you can see when dragging something to the left everything is fine, but to the right it starts bouncing and then passes through the wall. Do you know what this might be?
This happens because continuous collision detection is not yet implemented.
That means given enough velocity / force, objects will pass through others especially if they are very thin. So you may need to use thicker walls for now, or create a custom constraint that limits the amount force you can apply (tricky unless you know what you're doing!).
Hi there.
I came across this bug when dragging things to the right hand side. As you can see when dragging something to the left everything is fine, but to the right it starts bouncing and then passes through the wall. Do you know what this might be?
Here is my code
Thanks for all your great work on matter.js, I find it very exciting.
The text was updated successfully, but these errors were encountered: