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

Comparing ray/src/hd/rholo4.c (file contents):
Revision 3.17 by gregl, Sun Jan 4 18:37:11 1998 UTC vs.
Revision 3.18 by gwlarson, Fri May 22 08:30:41 1998 UTC

# Line 56 | Line 56 | char   *dname;
56                                  /* check if outside */
57          if (vdef(OBSTRUCTIONS) && vbool(OBSTRUCTIONS))
58                  disp_result(DS_OUTSECT, 0, NULL);
59 +                                /* send eye separation if specified */
60 +        if (vdef(EYESEP)) {
61 +                char    fbuf[32];
62 +                sprintf(fbuf, "%.9e", vflt(EYESEP));
63 +                disp_result(DS_EYESEP, strlen(fbuf)+1, fbuf);
64 +        }
65                                  /* write out hologram grids */
66          for (i = 0; hdlist[i] != NULL; i++)
67                  disp_result(DS_ADDHOLO, sizeof(HDGRID), (char *)hdlist[i]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines