mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Tech ENABLE_SINKING_CONTOURS -> Improved generation of sinking contours and color set to white
This commit is contained in:
parent
f1cd3e22c4
commit
d821fcba2d
2 changed files with 37 additions and 42 deletions
|
@ -292,9 +292,10 @@ private:
|
|||
|
||||
public:
|
||||
SinkingContours(GLVolume& volume) : m_parent(volume) {}
|
||||
void update();
|
||||
void set_color(const std::array<float, 4>& color);
|
||||
void render();
|
||||
|
||||
private:
|
||||
void update();
|
||||
};
|
||||
|
||||
SinkingContours m_sinking_contours;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue