diff --git a/wrap/io_trimesh/import_stl.h b/wrap/io_trimesh/import_stl.h index 50f7e570..479e8fb0 100644 --- a/wrap/io_trimesh/import_stl.h +++ b/wrap/io_trimesh/import_stl.h @@ -25,6 +25,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.9 2005/09/15 09:29:45 m_di_benedetto +#included missing and + Revision 1.8 2004/10/28 00:52:45 cignoni Better Doxygen documentation @@ -173,6 +176,7 @@ static int OpenBinary( OpenMeshType &m, const char * filename, CallBackPos *cb=0 ++vi; } ++fi; + if(cb && (i%1000)==0) cb((i*100)/facenum,"STL Mesh Loading"); } fclose(fp); return E_NOERROR;