aboutsummaryrefslogtreecommitdiff
path: root/voronoisplat.cpp
AgeCommit message (Expand)Author
2016-03-15VoronoiSplat: initializing previously uninitialized values.Samuel Fadel
2016-03-02Improvements related to ColorScale and screenshots.Samuel Fadel
2016-02-11VoronoiSplat: even better buffer overflow checks.Samuel Fadel
2016-02-11VoronoiSplat: fixed possible buffer overflow.Samuel Fadel
2016-02-10Updated signal/slot connections to function pointers.Samuel Fadel
2016-02-02Changes to make code more portable across different compilers.Samuel Fadel
2016-01-26VoronoiSplat & main(): moved all skelft to VoronoiSplat.Samuel Fadel
2016-01-25VoronoiSplat: added methods & signals for dealing with scales.Samuel Fadel
2016-01-18VoronoiSplat: Fixed issue #8.Samuel Fadel
2016-01-17Colormap & VoronoiSplat: minor change to colormap texture creation.Samuel Fadel
2016-01-17Added a options panel.Samuel Fadel
2016-01-16VoronoiSplat: code reordering.Samuel Fadel
2016-01-16VoronoiSplat: Changed "colormap" methods to "colorScale".Samuel Fadel
2016-01-16Added the Colormap component.Samuel Fadel
2016-01-15VoronoiSplat & Scatterplot: splatting is now a separate component.Samuel Fadel
2016-01-15VoronoiSplat: small code improvements.Samuel Fadel
2016-01-13Removed some unnecessary comments.Samuel Fadel
2016-01-12VoronoiSplat: sites' vertices are uploaded as 'GL_DYNAMIC_DRAW'.Samuel Fadel
2016-01-12VoronoiSplat: renamed internal variables for clarity.Samuel Fadel
2016-01-11Small fix in VoronoiSplat.Samuel Fadel
2016-01-07VoronoiSplat: added some padding to color mapping; needs more workSamuel Fadel
2016-01-07VoronoiSplat: rendering to transparent background, can now adapt to different...Samuel Fadel
2016-01-07VoronoiSplat: added some comments.Samuel Fadel
2016-01-06Revert "VoronoiSplat: upated to use Qt's FBO wrapper."Samuel Fadel
2016-01-06VoronoiSplat: upated to use Qt's FBO wrapper.Samuel Fadel
2015-12-19Experimenting using VoronoiSplat as a texture.Samuel Fadel
2015-12-19Fixed VoronoiSplat implementation. Might still need some work.Samuel Fadel
2015-12-19VoronoiSplat: code cleanup & improved VAO init.Samuel Fadel
2015-12-19VoronoiSplat: more cleanup and values normalization.Samuel Fadel
2015-12-19New rendering (VoronoiSplat) -- incomplete.Samuel Fadel