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

Cannot stack objects without sliding? #348

Closed
antu3199 opened this issue Oct 10, 2017 · 1 comment
Closed

Cannot stack objects without sliding? #348

antu3199 opened this issue Oct 10, 2017 · 1 comment

Comments

@antu3199
Copy link

It seems to me that whenever I stack a lot of bodies together (to create a breakable wall for example), some blocks slowly start to slide off and eventually break the structure. It even happens for the jenga example in the demoes folder. If I wait long enough, the jenga tower will collapse on its own (though it takes quite a while). If I look close enough, the objects often seem to be vibrating, even for the jenga example, which is causing it to slowly collapse. Is there a parameter that I can adjust to fix this or is it a bug/limitation?

@schteppe
Copy link
Owner

Unfortunately they will always slide a tiny bit. One solution you could try is the "sleep" feature (see the sleep demo). A slowly moving body will fall asleep, and then it won't move at all until something wakes it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants