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
History
David Williams
74dfaa293f
Fixed usage of region which was too large for the cubic surface extractor.
2015-12-19 15:26:20 +00:00
..
Basic
Removed the ability to specify a region in the PagedVolume's constructor, and updated the tests and examples where required.
2015-02-28 23:31:23 +01:00
common
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
DecodeOnGPU
Removed the ability to specify a region in the PagedVolume's constructor, and updated the tests and examples where required.
2015-02-28 23:31:23 +01:00
OpenGL
Fixed some compiler warnings.
2015-03-21 07:40:32 +01:00
Paging
Fixed usage of region which was too large for the cubic surface extractor.
2015-12-19 15:26:20 +00:00
Python
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
SmoothLOD
Removed the ability to specify a region in the PagedVolume's constructor, and updated the tests and examples where required.
2015-02-28 23:31:23 +01:00
CMakeLists.txt
Simplify the BUILD_EXAMPLES logic
2015-02-28 10:24:32 +00:00