summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/engine/surface3drenderer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavis3d/engine/surface3drenderer_p.h')
-rw-r--r--src/datavis3d/engine/surface3drenderer_p.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/datavis3d/engine/surface3drenderer_p.h b/src/datavis3d/engine/surface3drenderer_p.h
index 3660ad46..cb57351e 100644
--- a/src/datavis3d/engine/surface3drenderer_p.h
+++ b/src/datavis3d/engine/surface3drenderer_p.h
@@ -108,10 +108,10 @@ public:
private:
// Data parameters
QList<qreal> m_series; // TODO: TEMP
- GLint m_tickYCount;
- GLfloat m_tickYStep;
- GLint m_tickXCount;
- GLint m_tickZCount;
+ GLint m_segmentYCount;
+ GLfloat m_segmentYStep;
+ GLint m_segmentXCount;
+ GLint m_segmentZCount;
// Internal attributes purely related to how the scene is drawn with GL.
QRect m_mainViewPort;
@@ -163,7 +163,7 @@ public slots:
void updateSmoothStatus(bool enable);
void updateSurfaceGridStatus(bool enable);
void updateSurfaceGradient();
- void updateTickCount(GLint tickCount, GLfloat step, GLfloat minimum = 0.0f);
+ void updateSegmentCount(GLint segmentCount, GLfloat step, GLfloat minimum = 0.0f);
void getSelection();
@@ -191,7 +191,7 @@ public:
void loadSurfaceObj();
// TODO: temp
- void setXZStuff(GLint tickXCount, GLint tickZCount);
+ void setXZStuff(GLint segmentXCount, GLint segmentZCount);
void setSeries(QList<qreal> series);
private: