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.42 by greg, Tue Oct 29 00:36:54 2024 UTC vs.
Revision 2.43 by greg, Tue Apr 22 17:12:25 2025 UTC

# Line 127 | Line 127 | getfunc(       /* get function for this modifier */
127          if ((f = (MFUNC *)m->os) != NULL)
128                  return(f);
129          fobj = NULL; fray = NULL;
130        if (rayinitcal[0])              /* initialize on first call */
131                initfunc();
130          if ((na = m->oargs.nsargs) <= ff)
131                  goto toofew;
132          arg = m->oargs.sarg;
# Line 261 | Line 259 | worldfunc(                     /* special function context sans object *
259   )
260   {
261          static RNUMBER  lastrno = ~0;
264
265        if (rayinitcal[0])              /* initialize on first call */
266                initfunc();
262                                          /* set evaluator context */
263          calcontext((char *)ctx);
264                                          /* check if ray already set */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines