ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/view.C
(Generate patch)

Comparing libgender/view.C (file contents):
Revision 1.14 by root, Tue Oct 5 08:28:39 2004 UTC vs.
Revision 1.15 by root, Tue Oct 5 11:06:06 2004 UTC

41 } 41 }
42 else 42 else
43 { 43 {
44 glDisable (GL_POLYGON_OFFSET_FILL); 44 glDisable (GL_POLYGON_OFFSET_FILL);
45 glDrawBuffer (GL_BACK); 45 glDrawBuffer (GL_BACK);
46 glDepthFunc (GL_LEQUAL); 46 glDepthFunc (GL_LESS);
47 glEnable (GL_LIGHTING); 47 glEnable (GL_LIGHTING);
48 glDepthMask (0); 48 glDepthMask (0);
49 cgGLEnableProfile (CG_PROFILE_ARBVP1); 49 cgGLEnableProfile (CG_PROFILE_ARBVP1);
50 cgGLEnableProfile (CG_PROFILE_ARBFP1); 50 cgGLEnableProfile (CG_PROFILE_ARBFP1);
51 } 51 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines