Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-12 | VoronoiSplat: sites' vertices are uploaded as 'GL_DYNAMIC_DRAW'. | Samuel Fadel | |
2016-01-12 | VoronoiSplat: renamed internal variables for clarity. | Samuel Fadel | |
2016-01-11 | Small fix in VoronoiSplat. | Samuel Fadel | |
* Stray OpenGL calls that did not call the gl object's methods. | |||
2016-01-07 | VoronoiSplat: added some padding to color mapping; needs more work | Samuel Fadel | |
2016-01-07 | VoronoiSplat: rendering to transparent background, can now adapt to ↵ | Samuel Fadel | |
different backgrounds. | |||
2016-01-07 | VoronoiSplat: added some comments. | Samuel Fadel | |
2016-01-06 | Revert "VoronoiSplat: upated to use Qt's FBO wrapper." | Samuel Fadel | |
This reverts commit 87292bf4cc56194aa6122456d7417fa5f9bd1a09. | |||
2016-01-06 | VoronoiSplat: upated to use Qt's FBO wrapper. | Samuel Fadel | |
2015-12-19 | Experimenting using VoronoiSplat as a texture. | Samuel Fadel | |
2015-12-19 | Fixed VoronoiSplat implementation. Might still need some work. | Samuel Fadel | |
2015-12-19 | VoronoiSplat: code cleanup & improved VAO init. | Samuel Fadel | |
2015-12-19 | VoronoiSplat: more cleanup and values normalization. | Samuel Fadel | |
* Added more cleanup code in destructor (VBOs & textures) * Scalar values are now normalized, as was expected by the shaders | |||
2015-12-19 | New 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) |