mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 01:24:36 +00:00
- updated to new vcglib syntax
This commit is contained in:
parent
b0440890cb
commit
fe50d90e8a
@ -63,7 +63,7 @@ bool SampleXMLFilterPlugin::applyFilter( const QString& filterName,MeshDocument&
|
||||
|
||||
//// to access to the parameters of the filter dialog simply use the getXXXX function of the FilterParameter Class
|
||||
if(env.evalBool("UpdateNormals"))
|
||||
vcg::tri::UpdateNormals<CMeshO>::PerVertexNormalizedPerFace(m.cm);
|
||||
vcg::tri::UpdateNormal<CMeshO>::PerVertexNormalizedPerFace(m.cm);
|
||||
|
||||
vcg::tri::UpdateBounding<CMeshO>::Box(m.cm);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user