Godot 4 - How To Draw Lines and Points in 3D

Автор - Aecert Gaming ссылка - От автора: Learn how to programmatically draw 3D lines and points in Godot! Points in 3D are easy, they’re just a sphere mesh. Lines are a bit harder though. They require an immediate mesh, which is specifically designed for programmatically creating custom geometry. The Draw3D script should work in Godot 3 or 4, but the demo will only work in Godot 4.
Back to Top