From 6c1174ecdde357834b3b5da020353c3675c3448e Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Sat, 26 Feb 2005 12:45:23 +0000 Subject: [PATCH] ripristinata la modalita' di render bbox.... --- wrap/gl/trimesh.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrap/gl/trimesh.h b/wrap/gl/trimesh.h index d9d2fdeb..6726a344 100644 --- a/wrap/gl/trimesh.h +++ b/wrap/gl/trimesh.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2005/01/12 14:39:41 tommyfranken +constructor name was wrong (old class name) + Revision 1.5 2004/12/15 18:45:07 tommyfranken *** empty log message *** @@ -622,7 +625,7 @@ void DrawWire() void DrawBBox(ColorMode cm) { if(cm==CMPerMesh) glColor(m->C()); -// glBoxWire(m->bbox); + glBoxWire(m->bbox); }