From 1f2ff388d2afcad7a1bf8db4cad07c803409ac2a Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 13 Feb 2006 13:05:05 +0000 Subject: [PATCH] Removed glew inclusion --- wrap/gl/math.h | 6 +++++- wrap/gl/trimesh.h | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/wrap/gl/math.h b/wrap/gl/math.h index 87dc7063..e6a84a39 100644 --- a/wrap/gl/math.h +++ b/wrap/gl/math.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.9 2004/09/30 00:48:07 ponchio + -> + Revision 1.8 2004/09/28 14:04:36 ganovelli glGet added @@ -59,7 +62,8 @@ Revision 1.1 2004/03/31 15:27:17 ponchio #include #include -#include +//#include // please do not include it! + namespace vcg { diff --git a/wrap/gl/trimesh.h b/wrap/gl/trimesh.h index d2afd396..2653740f 100644 --- a/wrap/gl/trimesh.h +++ b/wrap/gl/trimesh.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.18 2006/02/09 10:00:39 cignoni +Switched from rough zoffset to glpolygonoffset for hiddenline and flatlines modes. Less zfighting... + Revision 1.17 2005/12/15 14:05:59 spinelli add test (tm==TMPerWedgeMulti) @@ -85,7 +88,7 @@ first draft: it includes glew ! #include #include -#include +//#include #include #include