*** empty log message ***

This commit is contained in:
Federico Ponchio 2006-10-18 14:52:24 +00:00
parent 4e29f4f87e
commit 310fcc2947
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class Pivot {
Pivot(MESH &_mesh, ScalarType _radius, ScalarType _mindist = 0.1, ScalarType _crease = -0.5): 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? //Compute bounding box. (this may be passed as a parameter?
for(int i = 0; i < mesh.vert.size(); i++) for(int i = 0; i < mesh.vert.size(); i++)