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

Comparing ray/src/hd/rhdisp.c (file contents):
Revision 3.8 by gregl, Thu Dec 4 10:51:37 1997 UTC vs.
Revision 3.9 by gregl, Thu Dec 4 10:54:24 1997 UTC

# Line 148 | Line 148 | register PACKHEAD      *p;
148                  hdray(ro, rd, hdlist[p->hd], gc, packra(p)[i].r);
149                  d = hddepth(hdlist[p->hd], packra(p)[i].d);
150                  VSUM(wp, ro, rd, d);            /* might be behind viewpoint */
151 <                dev_value(packra(p)[i].v, wp);
151 >                dev_value(packra(p)[i].v, wp, rd);
152          }
153   }
154  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines