Closed yoel123 closed 6 months ago
when the ship explodes i want a couple of objects to replace it as debris, their color will be changed a bit.
the objects will be parts of the ships 3d modal cut into parts.
i think I will do this myself as its not that hard.
can be done with the godot csg features that support 3d meshes:
https://godotengine.org/article/godot-gets-csg-support/
started working on that, will have to add a script for wreckage movement and rotation, maybe more effects,
done and done (with csg).
https://www.youtube.com/watch?v=wfNYy52zBUU&ab_channel=yoelgodotspacesim
when the ship explodes i want a couple of objects to replace it as debris, their color will be changed a bit.
the objects will be parts of the ships 3d modal cut into parts.
i think I will do this myself as its not that hard.
can be done with the godot csg features that support 3d meshes:
https://godotengine.org/article/godot-gets-csg-support/