aboutsummaryrefslogtreecommitdiff
path: root/voronoisplat.h
AgeCommit message (Collapse)Author
2016-01-15VoronoiSplat & Scatterplot: splatting is now a separate component.Samuel Fadel
The change was due to future functionality requirements, this separation provides grater flexibility. As a nice side effect, the cropping bug when first rendering the splat is now gone.
2016-01-12VoronoiSplat: renamed internal variables for clarity.Samuel Fadel
2016-01-07VoronoiSplat: added some comments.Samuel Fadel
2016-01-06Revert "VoronoiSplat: upated to use Qt's FBO wrapper."Samuel Fadel
This reverts commit 87292bf4cc56194aa6122456d7417fa5f9bd1a09.
2016-01-06VoronoiSplat: upated to use Qt's FBO wrapper.Samuel Fadel
2015-12-19Experimenting using VoronoiSplat as a texture.Samuel Fadel
2015-12-19VoronoiSplat: code cleanup & improved VAO init.Samuel Fadel
2015-12-19Updated VoronoiSplat header with comments/formatting.Samuel Fadel
2015-12-19New rendering (VoronoiSplat) -- incomplete.Samuel Fadel
* Added voronoi-like splatting to points: the same technique from Messias et al., (2014) * It is now possible to change the projection technique during runtime (possible, but still requires some work)