ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rhd_geom.c
(Generate patch)

Comparing ray/src/hd/rhd_geom.c (file contents):
Revision 3.3 by gwlarson, Mon Dec 21 11:42:37 1998 UTC vs.
Revision 3.4 by gwlarson, Wed Dec 23 17:43:20 1998 UTC

# Line 102 | Line 102 | int    r, g, b, a;
102                          GL_POLYGON_BIT|GL_LIGHTING_BIT);
103          glDisable(GL_LIGHTING);
104          glDisable(GL_DITHER);
105 <        glShadeModel(GL_SMOOTH);
105 >        glShadeModel(GL_FLAT);
106          glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
107                                          /* don't actually write depth */
108          glDepthMask(GL_FALSE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines