- changed function names according to the new vcglib syntax

(WARNING! filter_csg still doesn't compile cause of extended_marching_cubes inside vcglib)
This commit is contained in:
Guido Ranzuglia granzuglia 2012-10-22 09:51:08 +00:00
parent d72a7d2cad
commit 70e4bc027d

View File

@ -179,7 +179,7 @@ bool FilterCSG::applyFilter(QAction *filter, MeshDocument &md, RichParameterSet
Log(0, "Done");
vcg::tri::UpdateBounding<CMeshO>::Box(mesh->cm);
vcg::tri::UpdateNormals<CMeshO>::PerFaceFromCurrentVertexNormal(mesh->cm);
vcg::tri::UpdateNormal<CMeshO>::PerFaceFromCurrentVertexNormal(mesh->cm);
}
return true;