From 3e81ac032f7d8efe3ebf3f751b43f2dc1414c210 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 7 Nov 2012 06:59:01 +0000 Subject: [PATCH] Corrected wrong call to the internal fan triangulator in off importer --- wrap/io_trimesh/import_off.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_off.h b/wrap/io_trimesh/import_off.h index 2609ae37..550f42b1 100644 --- a/wrap/io_trimesh/import_off.h +++ b/wrap/io_trimesh/import_off.h @@ -27,6 +27,7 @@ #include #include #include +#include namespace vcg { @@ -455,7 +456,7 @@ namespace vcg vcg::glu_tesselator::tesselate(loopVect, indexTriangulatedVect); #else //qDebug("Warning: using fan tessellation for a polygon of %i vertices",vertexesPerFace); - InternalFanTessellator(loopVect, indexTriangulatedVect); + ImporterOBJ::InternalFanTessellator(loopVect, indexTriangulatedVect); #endif for (int j=0; j