Updated to reflect the naming changes in updateNormals

This commit is contained in:
Paolo Cignoni 2012-10-11 11:20:55 +00:00
parent a40bb0ff93
commit 1f8baf9131
1 changed files with 1 additions and 1 deletions
wrap/io_trimesh

View File

@ -418,7 +418,7 @@ namespace io {
if(importparams.anglecull) if(importparams.anglecull)
{ {
if(cb) cb(85,"PTX Mesh Loading - remove steep faces"); if(cb) cb(85,"PTX Mesh Loading - remove steep faces");
tri::UpdateNormals<OpenMeshType>::PerFaceNormalized(m); tri::UpdateNormal<OpenMeshType>::PerFaceNormalized(m);
for(FaceIterator fi = m.face.begin(); fi != m.face.end(); fi++) for(FaceIterator fi = m.face.begin(); fi != m.face.end(); fi++)
if(!(*fi).IsD()) if(!(*fi).IsD())
{ {