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

Comparing ray/src/hd/rhcopy.c (file contents):
Revision 3.27 by greg, Fri May 20 02:06:39 2011 UTC vs.
Revision 3.30 by greg, Thu Aug 2 18:33:42 2018 UTC

# Line 101 | Line 101 | holheadline(           /* check holodeck header line */
101          void    *vhf
102   )
103   {
104 <        char    fmt[32];
104 >        char    fmt[MAXFMTLEN];
105          int     *hf = vhf;
106  
107          if (formatval(fmt, s)) {
# Line 359 | Line 359 | addpicz(               /* add a picture + depth-buffer */
359                  error(USER, errmsg);
360          }
361          if (phd.altprims) {
362 <                sprintf(errmsg, "ignoring primary values in picture \"%s\"",
362 >                sprintf(errmsg, "ignoring color primaries in picture \"%s\"",
363                                  pcf);
364                  error(WARNING, errmsg);
365          }
# Line 398 | Line 398 | addpicz(               /* add a picture + depth-buffer */
398                          error(USER, errmsg);
399                  }
400                  for (i = scanlen(&prs); i--; ) {        /* do each pixel */
401 +                        if (zscn[i] <= 0.0)
402 +                                continue;               /* illegal depth */
403                          pix2loc(vl, &prs, i, j);
404                          aftd = viewray(ro, rd, &phd.vw, vl[0], vl[1]);
405                          if (aftd < -FTINY)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines