Ershany / Arcane-Engine

3D C/C++ Game Engine - Created By Brady Jessup
MIT License
515 stars 36 forks source link

Added debug rendering for drawing lines and boxes. Using batch rendering #31

Closed Ershany closed 10 months ago

Ershany commented 10 months ago

Should only be used for debugging purposes. This can also be used for highlighting a light source in the edtior, since our current approach just outlines a mesh, but lights have no mesh to outline.