summaryrefslogtreecommitdiffstats
path: root/src/glsphere.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-11-23 21:01:59 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-11-23 21:01:59 +0100
commitdddffcb89a3e53a6945698c0dcc769b4c3f8542b (patch)
treed0c9863ca29ad5bc981ea867d2ef13594176e43c /src/glsphere.h
parent4db18dc608b6739c90b76166d2560fbd7013832c (diff)
parent709e2363edcebdcf5d0185db77dc2944df7004dd (diff)
downloadMultimedia-dddffcb89a3e53a6945698c0dcc769b4c3f8542b.tar.gz
Multimedia-dddffcb89a3e53a6945698c0dcc769b4c3f8542b.zip
Merge branch 'sphereTriangleStrip'
Discard the changes from master, as they were already ported.
Diffstat (limited to 'src/glsphere.h')
-rw-r--r--src/glsphere.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glsphere.h b/src/glsphere.h
index 9aae032..f884117 100644
--- a/src/glsphere.h
+++ b/src/glsphere.h
@@ -22,8 +22,11 @@ private:
*/
QVector3D calculatePoint(double sliceRotation, double stackRotation);
+ QVector<QVector3D> calculateRow(int slice);
+
int m_stacks;
int m_slices;
+ QVector<QVector3D> firstRow;
};
#endif // GLSPHERE_H