DmitriySalnikov/godot_debug_draw_3d

Add support for solid geometry

DmitriySalnikov opened this issue · 0 comments

Add support for drawing transparent geometry consisting not only of wireframes, but also of triangles.

Pros:

  • Improves understanding of the volume of shapes.

The idea of implementation:
Create several new functions for drawing shapes.

I'm not sure how much people need it, so I'll just leave it here for now.