From 709e2363edcebdcf5d0185db77dc2944df7004dd Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 23 Nov 2015 20:10:12 +0100 Subject: Add caching to GLSphere --- src/glsphere.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/glsphere.h') 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 calculateRow(int slice); + int m_stacks; int m_slices; + QVector firstRow; }; #endif // GLSPHERE_H -- cgit v1.2.3-70-g09d2