From 1f8baf9131aa72d167f435d4bf3c7fc3c4f7c7bd Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 11 Oct 2012 11:20:55 +0000 Subject: [PATCH] Updated to reflect the naming changes in updateNormals --- wrap/io_trimesh/import_ptx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_ptx.h b/wrap/io_trimesh/import_ptx.h index 7d4a852b..cfb694c1 100644 --- a/wrap/io_trimesh/import_ptx.h +++ b/wrap/io_trimesh/import_ptx.h @@ -418,7 +418,7 @@ namespace io { if(importparams.anglecull) { if(cb) cb(85,"PTX Mesh Loading - remove steep faces"); - tri::UpdateNormals::PerFaceNormalized(m); + tri::UpdateNormal::PerFaceNormalized(m); for(FaceIterator fi = m.face.begin(); fi != m.face.end(); fi++) if(!(*fi).IsD()) {