Go to file
Paolo Cignoni 3b7753ef20 Many Changes to point sampling:
- Heavy refactoring (typename changes, declaration etc) for clarity and shortness
- add a reset() method to the sampler interface
- changed the way used to get a weight in the sampling process now the variance is used to map the 'metric' along 1 and <variance>; Made it uniform in poisson and montecarlo sampling.
- changed the way in which the weight is used/passed: now with attribute!
- added exact number poisson disk pruning.
- stats are always computed (no performance impact clearer code)
2014-05-15 10:35:08 +00:00
apps Some changes to the voronoi processing class. Now it performs Loyyd relaxation on constrained elements only keeping into account the constrained set. In other words sample on the boundary are relaxed only keeping into account of he other boundary vertexes This will result in much better distributions of samples on the boundaries. 2014-03-18 11:27:46 +00:00
docs improved documentation. Added new allocator methods and clarified a bit how to delete elements 2013-12-04 15:33:11 +00:00
eigenlib *** EIGEN UPDATE *** updated the eigen library to the 3.2.1 version (feb 2014) 2014-05-14 15:20:00 +00:00
img added img module 2009-07-14 14:43:19 +00:00
vcg Many Changes to point sampling: 2014-05-15 10:35:08 +00:00
wrap Small refactoring (using pos) 2014-05-15 05:36:53 +00:00