gdquest-demos / godot-4-3d-third-person-controller

Godot 4 demo with a plug-and-play 3D Third-Person Shooter (TPS) character controller inspired by games like Ratchet and Clank.
MIT License
710 stars 78 forks source link

Replace CSGMesh with SurfaceTool for grenade trail #9

Closed henriquelalves closed 1 year ago

henriquelalves commented 1 year ago

Using CSGMesh as trail was a quick-win, but it had some shortcomings:

Although SurfaceTool code is much more difficult to read, the code itself is much more stable and performatic, and shows a good usecase to create a procedural mesh.