summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/opengl/glbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/opengl/glbox.h')
-rw-r--r--examples/activeqt/opengl/glbox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/activeqt/opengl/glbox.h b/examples/activeqt/opengl/glbox.h
index 6d73997..6197b3a 100644
--- a/examples/activeqt/opengl/glbox.h
+++ b/examples/activeqt/opengl/glbox.h
@@ -90,11 +90,11 @@ protected:
virtual GLuint makeObject();
private:
- GLuint m_object;
- GLfloat m_xRot;
- GLfloat m_yRot;
- GLfloat m_zRot;
- GLfloat m_scale;
+ GLuint m_object = 0;
+ GLdouble m_xRot = 0;
+ GLdouble m_yRot = 0;
+ GLdouble m_zRot = 0;
+ GLdouble m_scale = 1.25;
};
#endif // GLBOX_H