summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/utils/objecthelper_p.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-03-26 07:29:20 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-03-26 07:29:20 +0200
commita52b87c191dcb2af72b28cdc952d209a4ec403cc (patch)
tree6b03b92c4121fff223a91ebdabc3b5913a9a1d12 /src/datavis3d/utils/objecthelper_p.h
parent8865e64770ac823e78c7adf0a8ae3b15120b489e (diff)
Added API for preset camera positions
Added utilization of presets to example Made some mac fixes
Diffstat (limited to 'src/datavis3d/utils/objecthelper_p.h')
-rw-r--r--src/datavis3d/utils/objecthelper_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datavis3d/utils/objecthelper_p.h b/src/datavis3d/utils/objecthelper_p.h
index 059b7ab4..34871567 100644
--- a/src/datavis3d/utils/objecthelper_p.h
+++ b/src/datavis3d/utils/objecthelper_p.h
@@ -69,8 +69,8 @@ class ObjectHelper
QString m_objectFile;
GLuint m_vertexbuffer;
- GLuint m_uvbuffer;
GLuint m_normalbuffer;
+ GLuint m_uvbuffer;
GLuint m_elementbuffer;
GLuint m_indexCount;