Converting OpenGLExample to use common OpenGLWidget.

This commit is contained in:
David Williams
2014-05-23 22:18:17 +02:00
parent d34fd6b3c8
commit 34f57911a7
10 changed files with 12 additions and 728 deletions

View File

@ -26,18 +26,12 @@ PROJECT(OpenGLExample)
#Projects source files
SET(SRC_FILES
main.cpp
OpenGLImmediateModeSupport.cpp
OpenGLSupport.cpp
OpenGLVertexBufferObjectSupport.cpp
OpenGLWidget.cpp
../common/OpenGLWidget.cpp
Shapes.cpp
)
#Projects headers files
SET(INC_FILES
OpenGLImmediateModeSupport.h
OpenGLSupport.h
OpenGLVertexBufferObjectSupport.h
OpenGLWidget.h
Shapes.h
)