removed debug code

This commit is contained in:
Enrico Turri 2018-01-12 08:55:55 +01:00
parent a8a4c11b5b
commit 473bd024fe
2 changed files with 10 additions and 63 deletions

View file

@ -215,11 +215,11 @@ public:
select_group_id(-1),
drag_group_id(-1),
selected(false),
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//############################################################################################################
#if ENRICO_GCODE_PREVIEW
is_active(true),
#endif // ENRICO_GCODE_PREVIEW
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//############################################################################################################
hover(false),
tverts_range(0, size_t(-1)),
qverts_range(0, size_t(-1))
@ -256,12 +256,12 @@ public:
int drag_group_id;
// Is this object selected?
bool selected;
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//############################################################################################################
#if ENRICO_GCODE_PREVIEW
// Whether or not this volume is active for rendering
bool is_active;
#endif // ENRICO_GCODE_PREVIEW
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//############################################################################################################
// Boolean: Is mouse over this object?
bool hover;