From 50c205ecfcdf2378add1dc219d08050eb25f2360 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 28 Aug 2006 13:43:03 +0000 Subject: [PATCH] *** empty log message *** --- Graphics/Geom.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Graphics/Geom.cpp b/Graphics/Geom.cpp index c5a6e389d6..acdb4463a1 100644 --- a/Graphics/Geom.cpp +++ b/Graphics/Geom.cpp @@ -1,4 +1,4 @@ -// $Id: Geom.cpp,v 1.120 2006-08-28 04:03:54 geuzaine Exp $ +// $Id: Geom.cpp,v 1.121 2006-08-28 13:43:03 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -371,7 +371,7 @@ class drawGRegion { SBoundingBox3d bb = r->bounds(); SPoint3 p = bb.center(); - const double size = 10.; + const double size = 8.; if(CTX.geom.volumes) Draw_Sphere(size, p.x(), p.y(), p.z(), CTX.geom.light); -- GitLab