src/glrenderer.h

changeset 1385
2f18c0da749d
parent 1369
1e2391b78d17
--- a/src/glrenderer.h	Wed Apr 25 18:55:15 2018 +0300
+++ b/src/glrenderer.h	Fri Apr 27 16:27:14 2018 +0300
@@ -107,6 +107,8 @@
 
 	QColor backgroundColor() const;
 	virtual bool freeCameraAllowed() const;
+	virtual void drawScene();
+	void drawSelectionScene(VboSubclass subclass = VboSubclass::PickColors);
 	bool isDrawingSelectionScene() const;
 	Qt::MouseButtons lastButtons() const;
 	bool mouseHasMoved() const;

mercurial