mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Tech ENABLE_SINKING_CONTOURS -> Sinking contours rendered using triangles
This commit is contained in:
parent
b24488ce51
commit
d99ea7c20f
4 changed files with 42 additions and 16 deletions
|
@ -284,6 +284,7 @@ private:
|
|||
#if ENABLE_SINKING_CONTOURS
|
||||
class SinkingContours
|
||||
{
|
||||
static const float HalfWidth;
|
||||
GLVolume& m_parent;
|
||||
GUI::GLModel m_model;
|
||||
BoundingBoxf3 m_old_box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue