Is there a way to change some physics constraints after it has been added to the engine? For example, I’m trying to update the distance in the DistanceConstraint with mesh.options.maxDistance. However this only works before adding said constraint.
Thank you! This works great, I also applied it to the MinLimit, and applied a small linear velocity on any constraint update. Without applying some kind of force the constraint is updated on the engine but not reflected to the scene.