mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
- changed function names according to the new vcglib syntax
This commit is contained in:
parent
14a2b0793b
commit
a9684ff345
@ -121,7 +121,7 @@ bool ExtraSamplePlugin::applyFilter(QAction */*filter*/, MeshDocument &md, RichP
|
||||
|
||||
// to access to the parameters of the filter dialog simply use the getXXXX function of the FilterParameter Class
|
||||
if(par.getBool("UpdateNormals"))
|
||||
vcg::tri::UpdateNormals<CMeshO>::PerVertexNormalizedPerFace(m);
|
||||
vcg::tri::UpdateNormal<CMeshO>::PerVertexNormalizedPerFace(m);
|
||||
|
||||
vcg::tri::UpdateBounding<CMeshO>::Box(m);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user