This website requires JavaScript.
Explore
Help
Sign In
AnotherFoxGuy
/
polyvox
Watch
1
Star
0
Fork
0
You've already forked polyvox
Code
Issues
Pull Requests
Activity
Files
d8a422955ded35ea79b117856a8e21f6257b0129
polyvox
/
examples
/
common
History
David Williams
7ac652e92b
More compile fixes for GCC. Because our openGLWidget is now templatized we need to explicitly use 'this->' to access base members (and the gl...() functions are provided by the base class in Qt). See
http://stackoverflow.com/a/15505043
2015-02-25 16:11:22 +01:00
..
example.frag
Move shader code to external files rather than embedded
2014-05-27 15:08:20 +01:00
example.qrc
Use Qt's resource system to store the shader source
2014-05-28 10:29:05 +01:00
example.vert
Renamed matrices. I quite like names such as 'modelToWorldMatrix' and 'cameraToClipMatrix' because they were very explicit about what the transform was doing. However OpenGL uses common terms such as 'model matrix' and 'projection matrix', so other people wlil be able to follow the code more easily if we stick to these conventions.
2015-02-24 16:08:55 +01:00
OpenGLWidget.h
Added missing header.
2015-02-24 23:46:35 +01:00
OpenGLWidget.inl
More compile fixes for GCC. Because our openGLWidget is now templatized we need to explicitly use 'this->' to access base members (and the gl...() functions are provided by the base class in Qt). See
http://stackoverflow.com/a/15505043
2015-02-25 16:11:22 +01:00
PolyVoxExample.cpp
More work splitting example framework into two pieces.
2015-02-20 16:56:03 +01:00
PolyVoxExample.h
Tidying up OpenGLWidget.
2015-02-24 23:44:04 +01:00