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

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.29 by greg, Fri Feb 3 08:58:47 1995 UTC vs.
Revision 2.30 by greg, Tue Mar 21 14:40:14 1995 UTC

# Line 675 | Line 675 | char  *s;
675                  if (thisray.rot >= FHUGE)
676                          (*dev->comout)("at infinity");
677                  else {
678 <                        sprintf(buf, "at (%.6g %.6g %.6g)", thisray.rop[0],
679 <                                        thisray.rop[1], thisray.rop[2]);
678 >                        sprintf(buf, "at (%.6g %.6g %.6g) (%.6g)",
679 >                                        thisray.rop[0], thisray.rop[1],
680 >                                        thisray.rop[2], thisray.rt);
681                          (*dev->comout)(buf);
682                  }
683                  (*dev->comin)(buf, NULL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines