How to make the object not intersect with each other

How to make the object not intersect with each other

here is two method if you want to remove intersections by self-deforming :

- geo proximity + dot products :

- raycast + dot products :

(sorry i know this post is from a long time ago, but if someone else comes across it at least it might help)