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

Comparing ray/src/common/rglsrc.c (file contents):
Revision 3.5 by schorsch, Thu Jul 17 09:21:29 2003 UTC vs.
Revision 3.6 by schorsch, Fri Nov 14 17:22:06 2003 UTC

# Line 43 | Line 43 | void
43   lightinit()                     /* initialize lighting */
44   {
45          GLfloat ambv[4];
46        register int    i;
46  
47          if (!dolights)
48                  return;
# Line 73 | Line 72 | lightclean()                   /* clean up light source commands */
72   void
73   lightdefs()                     /* define light source list */
74   {
76        register int    i;
77
75          if (!nlights)
76                  return;
77          glNewList(lightlist, GL_COMPILE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines