diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-12-14 16:50:29 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-12-14 17:07:19 +0100 |
| commit | be07837122b161fe7951064da06e6468b35b29f6 (patch) | |
| tree | e4e00805bb3f87477653ad7d772ce628f87a29a4 | |
| parent | 88f73581a5467cd00aaf7699cd43cfb6216bd1fc (diff) | |
| download | Multimedia-be07837122b161fe7951064da06e6468b35b29f6.tar.gz Multimedia-be07837122b161fe7951064da06e6468b35b29f6.zip | |
Format gldisc.cpp
| -rw-r--r-- | src/gldisc.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gldisc.cpp b/src/gldisc.cpp index 03a0c6b..bd4cb6c 100644 --- a/src/gldisc.cpp +++ b/src/gldisc.cpp @@ -29,10 +29,10 @@ void GLDisc::makeSurface(QVector<GLPoint> *pointContainer, m_points->append(GLPoint(m_circleRadius * tmp, -v_Z, tmpTextCoo, m_color)); m_points->append(GLPoint(m_circleRadius * tmp, tmp, tmpTextCoo, m_color)); - m_points->append(GLPoint(QVector3D(m_circleRadius * tmp, m_height), tmp, tmpTextCoo, - m_color)); - m_points->append(GLPoint(QVector3D(m_circleRadius * tmp, m_height), v_Z, tmpTextCoo, - m_color)); + m_points->append(GLPoint(QVector3D(m_circleRadius * tmp, m_height), tmp, + tmpTextCoo, m_color)); + m_points->append(GLPoint(QVector3D(m_circleRadius * tmp, m_height), v_Z, + tmpTextCoo, m_color)); } m_points->append(GLPoint(m_height * v_Z, v_Z, QVector3D(0.5, 0.5, 0.0), |
