Added rendering of smart fill and contour around selected areas for the FDM supports painting gizmo.

This commit is contained in:
Lukáš Hejl 2021-10-07 13:04:22 +02:00
parent 2b59a16dc7
commit 542ba1bb9a
3 changed files with 62 additions and 7 deletions

View file

@ -92,6 +92,7 @@ private:
GLIndexedVertexArray m_iva_enforcers;
GLIndexedVertexArray m_iva_blockers;
std::array<GLIndexedVertexArray, 3> m_iva_seed_fills;
std::array<GLIndexedVertexArray, 3> m_varrays;
protected: