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

Comparing ray/src/rt/func.c (file contents):
Revision 2.43 by greg, Tue Apr 22 17:12:25 2025 UTC vs.
Revision 2.44 by greg, Mon Jun 23 15:11:04 2025 UTC

# Line 161 | Line 161 | getfunc(       /* get function for this modifier */
161                  goto toofew;
162          if (i <= ff)                    /* find transform args */
163                  i = ff+1;
164 <        while (i < na && arg[i][0] != '-')
164 >        while (i < na && !isxfopt(arg[i]))
165                  i++;
166          if (i == na) {                  /* no transform */
167                  f->fxp = f->bxp = &unitxf;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines