From 3cee0f23b54736aa38307f4a937d2835cfd72cbf Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 13 Jan 2009 21:10:57 +0000 Subject: [PATCH] commented out a addCell call that was undefined --- vcg/complex/trimesh/point_sampling.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcg/complex/trimesh/point_sampling.h b/vcg/complex/trimesh/point_sampling.h index f3f69264..54713d28 100644 --- a/vcg/complex/trimesh/point_sampling.h +++ b/vcg/complex/trimesh/point_sampling.h @@ -774,11 +774,11 @@ static void Poissondisk(MetroMesh &m, VertexSampler &ps, int sampleNum, int vers Point3 newp(newpx,newpy,newpz); - if (ps.addCell()) + /*if (ps.addCell()) { // Nothing to do yet... } - else + else */ { // cell subdivision he /= 2.0;