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
polyvox
/
examples
/
common
History
David Williams
d544de6dd1
Removed deprecated functions.
2015-12-26 23:41:49 +00: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
Changed 'embedded' licenses from zlib to MIT.
2015-12-26 21:45:41 +00:00
OpenGLWidget.inl
Applied default Visual Studio formatting to most files. This is a quick fix for the tabs vs spaces issue that messes up the formatting in any editor (esp. Linux) which handles tabs/spaces differently to Visual Studio. Some parts of the formatting look a bit worse but overall it should be better (or at least more consistent).
2015-12-26 23:11:27 +00:00
PolyVoxExample.cpp
Changed 'embedded' licenses from zlib to MIT.
2015-12-26 21:45:41 +00:00
PolyVoxExample.h
Removed deprecated functions.
2015-12-26 23:41:49 +00:00