We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, and thanks for great libs ! Bodies falls asleep ( when <Physics allowSleep={true}> ), but after, wont move with applyImpulse/Force without wakeUp.
<Physics allowSleep={true}>
The text was updated successfully, but these errors were encountered:
Hey! Thanks! Yeah it makes sense to wake up a sleeping body if a force/impulse is applied directly to it.
In the meantime, you have to call body.wakeUp().
body.wakeUp()
Sorry, something went wrong.
... had to open it in useCannon
No branches or pull requests
Hi, and thanks for great libs !
Bodies falls asleep ( when
<Physics allowSleep={true}>
), but after, wont move with applyImpulse/Force without wakeUp.The text was updated successfully, but these errors were encountered: