summaryrefslogtreecommitdiffstats
path: root/src/glsphere.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-11-24 10:16:04 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-11-24 10:16:04 +0100
commit5c3f1612edc6cc19de2d56132b98be67102cb78a (patch)
tree2e9fd24c7c5130a5405350ef2262fb4ab9fc0d6f /src/glsphere.h
parentdddffcb89a3e53a6945698c0dcc769b4c3f8542b (diff)
downloadMultimedia-5c3f1612edc6cc19de2d56132b98be67102cb78a.tar.gz
Multimedia-5c3f1612edc6cc19de2d56132b98be67102cb78a.zip
Revert "Merge branch 'sphereTriangleStrip'"
This reverts commit dddffcb89a3e53a6945698c0dcc769b4c3f8542b, reversing changes made to 4db18dc608b6739c90b76166d2560fbd7013832c.
Diffstat (limited to 'src/glsphere.h')
-rw-r--r--src/glsphere.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsphere.h b/src/glsphere.h
index f884117..9aae032 100644
--- a/src/glsphere.h
+++ b/src/glsphere.h
@@ -22,11 +22,8 @@ private:
*/
QVector3D calculatePoint(double sliceRotation, double stackRotation);
- QVector<QVector3D> calculateRow(int slice);
-
int m_stacks;
int m_slices;
- QVector<QVector3D> firstRow;
};
#endif // GLSPHERE_H