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 1.31 by greg, Tue Oct 22 11:58:17 1991 UTC vs.
Revision 1.32 by greg, Tue Oct 29 12:06:44 1991 UTC

# Line 536 | Line 536 | char  *s;
536                          (*dev->comout)(buf);
537                  }
538                  (*dev->comin)(buf, NULL);
539 <                sprintf(buf, "with value (%.6g %.6g %.6g)",
539 >                sprintf(buf, "value (%.5g %.5g %.5g) (%.1fL)",
540                                  colval(thisray.rcol,RED),
541                                  colval(thisray.rcol,GRN),
542 <                                colval(thisray.rcol,BLU));
542 >                                colval(thisray.rcol,BLU),
543 >                                luminance(thisray.rcol));
544                  (*dev->comout)(buf);
545          }
546          (*dev->comin)(buf, NULL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines