Skip to content
Snippets Groups Projects
Commit 50c205ec authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent fd815049
No related branches found
No related tags found
No related merge requests found
// $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 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -371,7 +371,7 @@ class drawGRegion { ...@@ -371,7 +371,7 @@ class drawGRegion {
SBoundingBox3d bb = r->bounds(); SBoundingBox3d bb = r->bounds();
SPoint3 p = bb.center(); SPoint3 p = bb.center();
const double size = 10.; const double size = 8.;
if(CTX.geom.volumes) if(CTX.geom.volumes)
Draw_Sphere(size, p.x(), p.y(), p.z(), CTX.geom.light); Draw_Sphere(size, p.x(), p.y(), p.z(), CTX.geom.light);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment