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

Objects after coming to rest are stuck in that state. #322

Open
CodeInKlingon opened this issue Apr 10, 2020 · 0 comments
Open

Objects after coming to rest are stuck in that state. #322

CodeInKlingon opened this issue Apr 10, 2020 · 0 comments

Comments

@CodeInKlingon
Copy link

Please include an option to prevent objects from going to sleep. This issue got me stuck for quite a while and I ended up having to apply an impulse of 0 to all objects to wake them up.

var impusle = new THREE.Vector3;
impusle.set( 0, 0, 0 );
object.applyCentralImpulse( impusle);

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

1 participant