How do I create more stable collision handling with Godot collision detection and verlet integration?
I have been working for a few weeks on creating a rope simulation for a project in Godot. No in engine features had the functionality I wanted, so I’ve been trying to create it myself, using verlet integration to create the rope behavior.