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
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: