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

Comparing ray/src/common/rglsurf.c (file contents):
Revision 3.9 by greg, Sun May 25 15:41:31 2003 UTC vs.
Revision 3.10 by schorsch, Thu Jul 17 09:21:29 2003 UTC

# Line 106 | Line 106 | GLdouble       **dataOut;
106   }
107  
108  
109 < static
109 > static void
110   newtess()                       /* allocate GLU tessellation object */
111   {
112          if ((gluto = gluNewTess()) == NULL)
# Line 120 | Line 120 | newtess()                      /* allocate GLU tessellation object */
120   }
121  
122  
123 < static
123 > static void
124   newquadric()                    /* allocate GLU quadric structure */
125   {
126          if ((gluqo = gluNewQuadric()) == NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines