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 CSG mesh with SurfaceTool for grenade path preview #10

Closed NathanLovato closed 1 year ago

NathanLovato commented 1 year ago

This would show how to generate geometry, which is great for users, also a solution that can offer higher performance and greater control than CSGMesh (at least when using C++? Gotta benchmark in GDScript).