-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Rectangle should not rest steadily on edge of static rectangle #38
Comments
I think this may be similar to issue #12, thanks for the additional test case |
Yes it seems like a duplicate. I am closing this one. In the original issue, the left box falls off a bit unnaturally which is also seen in http://jsfiddle.net/We33V/2/ where the rectangles right-most side comes to rest before catching up gravity. I do not recall physics class in detail but shouldn't the right-most side have pretty much the same velocity just after the collision as before? And shouldn't the left-most side "bounce"? |
The behavior in http://jsfiddle.net/We33V/2/ seems to be as I expect? |
Original issue now resolved in #12 |
Great! |
It should do but only up until the falling block reaches terminal velocity, which is probably pretty quick. |
Take a look at http://jsfiddle.net/We33V/1 . The falling rectangle should fall off the static rectangle.
Compare to http://jsfiddle.net/We33V/2/ , where the top-most falling rectangle falls of the bottom-most non-static rectangle.
The text was updated successfully, but these errors were encountered: