Tshmofen / verlet-rope-4

Verlet-based rope with advanced physics for Godot 4.0+
MIT License
50 stars 3 forks source link

Add better collisions for verlet rope #1

Closed Tshmofen closed 8 months ago

Tshmofen commented 9 months ago

Replace raycasts with simple collisions shapes generation behaving as constraints. Add setting to determine amount of collision parts.

Tshmofen commented 8 months ago

Implemented, switched for improved raycasts, collisions parts setting turned out to be redundant.