--- ray/src/hd/rhd_geom.c 1998/12/21 11:42:37 3.3 +++ ray/src/hd/rhd_geom.c 1999/01/01 10:41:28 3.5 @@ -1,4 +1,4 @@ -/* Copyright (c) 1998 Silicon Graphics, Inc. */ +/* Copyright (c) 1999 Silicon Graphics, Inc. */ #ifndef lint static char SCCSid[] = "$SunId$ SGI"; @@ -59,6 +59,7 @@ char *file; dolights = 0; domats = 1; gmNext[i].listid = rgl_octlist(file, gmNext[i].cent, &gmNext[i].rad); + gmNext[i].rad *= 1.732; /* go to corners */ #ifdef DEBUG fprintf(stderr, "Loaded octree \"%s\" into listID %d with radius %f\n", file, gmNext[i].listid, gmNext[i].rad); @@ -102,7 +103,7 @@ int r, g, b, a; GL_POLYGON_BIT|GL_LIGHTING_BIT); glDisable(GL_LIGHTING); glDisable(GL_DITHER); - glShadeModel(GL_SMOOTH); + glShadeModel(GL_FLAT); glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); /* don't actually write depth */ glDepthMask(GL_FALSE);