Skip to content

BrunoBieri/godot-destructible-terrain

 
 

Repository files navigation

godot-destructible-terrain

Destructible terrain for the Godot engine.

This implementation allows precise destruction, at the possible expense of computational cost. If you want something less precise but more lightweight, look around for marching squares implementations.

How to use

  • Left click to destroy the terrain
  • Enter to add (many) RigidBodies at mouse position

Tips

  • If you have performance issues, try dividing up the terrain in smaller Quadrants.

About

Destructible terrain for the Godot engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GDScript 100.0%