Tech ENABLE_GLBEGIN_GLEND_REMOVAL - 1st installment - Selection bounding box
This commit is contained in:
parent
8be67bc4d6
commit
22f38235ea
8 changed files with 201 additions and 19 deletions
|
@ -915,10 +915,14 @@ private:
|
|||
void _render_bed_for_picking(bool bottom);
|
||||
void _render_objects(GLVolumeCollection::ERenderType type);
|
||||
void _render_gcode();
|
||||
#if ENABLE_GLBEGIN_GLEND_REMOVAL
|
||||
void _render_selection();
|
||||
#else
|
||||
void _render_selection() const;
|
||||
#endif // ENABLE_GLBEGIN_GLEND_REMOVAL
|
||||
void _render_sequential_clearance();
|
||||
#if ENABLE_RENDER_SELECTION_CENTER
|
||||
void _render_selection_center() const;
|
||||
void _render_selection_center();
|
||||
#endif // ENABLE_RENDER_SELECTION_CENTER
|
||||
void _check_and_update_toolbar_icon_scale();
|
||||
void _render_overlays();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue