From 310fcc2947042a277b28890c155bcda115ed5044 Mon Sep 17 00:00:00 2001 From: ponchio Date: Wed, 18 Oct 2006 14:52:24 +0000 Subject: [PATCH] *** empty log message *** --- vcg/complex/trimesh/create/ball_pivoting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/create/ball_pivoting.h b/vcg/complex/trimesh/create/ball_pivoting.h index f4cd614f..c1bee0ca 100644 --- a/vcg/complex/trimesh/create/ball_pivoting.h +++ b/vcg/complex/trimesh/create/ball_pivoting.h @@ -73,7 +73,7 @@ class Pivot { Pivot(MESH &_mesh, ScalarType _radius, ScalarType _mindist = 0.1, ScalarType _crease = -0.5): - mesh(_mesh), radius(_radius), mindist(_mindist), crease(_crease), normals(false), last_seed(0) { + mesh(_mesh), radius(_radius), mindist(_mindist), crease(_crease), normals(true), last_seed(0) { //Compute bounding box. (this may be passed as a parameter? for(int i = 0; i < mesh.vert.size(); i++)