From 0aa9701b362f520e75c0ba417b3eea730632be26 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Fri, 13 Nov 2015 12:16:26 +0100 Subject: Use the new GLSphere --- src/mmscene.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mmscene.h') diff --git a/src/mmscene.h b/src/mmscene.h index a70321e..3940104 100644 --- a/src/mmscene.h +++ b/src/mmscene.h @@ -3,6 +3,7 @@ #include "glcube.h" #include "glitem.h" +#include "glsphere.h" class MMScene : public GLItem { @@ -45,6 +46,11 @@ protected: */ virtual void createCube(const QVector3D &lbb, const QVector3D &rtf); + /** + * @brief createSphere Creates a sphere and apends it for drawing, + */ + void createSphere(); + /** * @brief createF Creates an 'F' with cubes. * @param height The height of the 'F'. @@ -60,6 +66,7 @@ protected: private: GLCube *m_cube; + GLSphere *m_sphere; }; #endif // MMSCENE_H -- cgit v1.2.3-70-g09d2