mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-26 18:21:18 -06:00
live preview in simplification
This commit is contained in:
parent
25a3ab255b
commit
80ccb77b00
2 changed files with 34 additions and 4 deletions
|
|
@ -39,6 +39,7 @@ protected:
|
|||
private:
|
||||
void after_apply();
|
||||
void close();
|
||||
void live_preview();
|
||||
void process();
|
||||
void set_its(indexed_triangle_set &its);
|
||||
void create_gui_cfg();
|
||||
|
|
@ -73,6 +74,8 @@ private:
|
|||
|
||||
struct Configuration
|
||||
{
|
||||
bool live_preview = false;
|
||||
|
||||
bool use_count = false;
|
||||
// minimal triangle count
|
||||
float decimate_ratio = 50.f; // in percent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue