![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Ogeeice |
I have seen a lot of engines support destructible mesh I was wondering if godot had it and how do if so how do I achieve it
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Ogeeice |
I have seen a lot of engines support destructible mesh I was wondering if godot had it and how do if so how do I achieve it
![]() |
Reply From: | BraindeadBZH |
There is no native support for destructible mesh in Godot. However I would look into CSGMesh which allows to modify meshes dynamically through operations, like union, difference and intersection.