mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-26 18:21:18 -06:00
Added rendering of smart fill and contour around selected areas for the FDM supports painting gizmo.
This commit is contained in:
parent
2b59a16dc7
commit
542ba1bb9a
3 changed files with 62 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue