mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 01:54:42 +00:00
- changed function names according to the new vcglib syntax
This commit is contained in:
parent
2c9e447866
commit
14a2b0793b
@ -122,7 +122,7 @@ bool FilterCreateIso::applyFilter(QAction *filter, MeshDocument &md, RichParamet
|
||||
printf("[MARCHING CUBES] Building mesh...");
|
||||
MyMarchingCubes mc(m.cm, walker);
|
||||
walker.BuildMesh<MyMarchingCubes>(m.cm, volume, mc, (gridSize*gridSize)/10);
|
||||
vcg::tri::UpdateNormals<CMeshO>::PerVertexNormalizedPerFace(m.cm);
|
||||
vcg::tri::UpdateNormal<CMeshO>::PerVertexNormalizedPerFace(m.cm);
|
||||
vcg::tri::UpdateBounding<CMeshO>::Box(m.cm); // updates bounding box
|
||||
}
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user