DmitriySalnikov / godot_debug_draw_3d

Draw 3D debug graphics and 2D overlays with this add-on.

Home Page:https://dd3d.dmitriysalnikov.ru/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for solid geometry

DmitriySalnikov opened this issue · 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.