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

Comparing libgender/test.C (file contents):
Revision 1.10 by root, Sun Oct 3 05:17:58 2004 UTC vs.
Revision 1.11 by root, Sun Oct 3 05:53:09 2004 UTC

328 328
329 glEnable (GL_DEPTH_TEST); 329 glEnable (GL_DEPTH_TEST);
330 330
331 glDepthFunc (GL_LESS); 331 glDepthFunc (GL_LESS);
332 332
333 glShadeModel (GL_FLAT); 333 glShadeModel (GL_SMOOTH);
334 334
335 glEnable (GL_LIGHTING); 335 glEnable (GL_LIGHTING);
336 336
337 //GLfloat lightc[4] = { 1, 0.1, 0.1, 1 }; 337 //GLfloat lightc[4] = { 1, 0.1, 0.1, 1 };
338 //glLightf (GL_LIGHT0, GL_QUADRATIC_ATTENUATION); 338 //glLightf (GL_LIGHT0, GL_QUADRATIC_ATTENUATION);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines