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

Comparing ray/src/gen/genworm.c (file contents):
Revision 2.8 by greg, Sat Aug 21 11:54:06 2004 UTC vs.
Revision 2.9 by greg, Fri Jan 12 00:50:17 2018 UTC

# Line 45 | Line 45 | char  *argv[];
45          FVECT  lastp, p;
46          int  i, nseg;
47  
48 +        esupport |= E_VARIABLE|E_FUNCTION|E_RCONST;
49 +        esupport &= ~(E_OUTCHAN|E_INCHAN);
50          varset("PI", ':', PI);
51          funset("hermite", 5, ':', l_hermite);
52          funset("bezier", 5, ':', l_bezier);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines