Skip to content

michasng/godot-destructible-terrain

This branch is 9 commits ahead of matterda/godot-destructible-terrain:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5020892 · Oct 15, 2022

History

16 Commits
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021
Oct 15, 2022
Oct 15, 2022
Aug 14, 2021
Apr 7, 2022
Aug 14, 2021
Oct 15, 2022
Oct 15, 2022
Aug 14, 2021
Apr 7, 2022
Aug 14, 2021
Aug 14, 2021
Oct 14, 2022
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021
Aug 14, 2021

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%