Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Background rendering

This commit is contained in:
enricoturri1966 2022-01-28 11:30:04 +01:00
parent a939d8e4c0
commit eda55701a2
6 changed files with 69 additions and 3 deletions

View file

@ -621,6 +621,7 @@ private:
CameraTarget m_camera_target;
#endif // ENABLE_SHOW_CAMERA_TARGET
GLModel m_background;
#endif // ENABLE_GLBEGIN_GLEND_REMOVAL
public:
@ -932,7 +933,7 @@ private:
void _picking_pass();
void _rectangular_selection_picking_pass();
void _render_background() const;
void _render_background();
void _render_bed(bool bottom, bool show_axes);
void _render_bed_for_picking(bool bottom);
void _render_objects(GLVolumeCollection::ERenderType type);