mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 18:44:39 +00:00
- 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:
parent
d72a7d2cad
commit
70e4bc027d
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user