aboutsummaryrefslogtreecommitdiff
path: root/main.h
AgeCommit message (Collapse)Author
2016-01-20Added color scale selection and aggregate error.Samuel Fadel
* Projection metrics can be shown as current, diff to previous and diff to original (original seems bugged, beware)
2016-01-19Updated options & hacks to change color scales.Samuel Fadel
2016-01-13Subsamples/samples renamed to control points (CP) where possible.Samuel Fadel
2016-01-06Added note to unsafe code in the Main singleton.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)
2015-10-13Argument handling and file saving.Samuel Fadel