Skip to content

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

@CodeInKlingon

Description

@CodeInKlingon

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions