791 |
|
if (thisray.rot >= FHUGE*.99) |
792 |
|
(*dev->comout)("at infinity"); |
793 |
|
else { |
794 |
< |
sprintf(buf, "at (%.6g %.6g %.6g) (%.6g)", |
794 |
> |
sprintf(buf, "at (%.3f %.3f %.3f) (%.6g)", |
795 |
|
thisray.rop[0], thisray.rop[1], |
796 |
|
thisray.rop[2], raydistance(&thisray)); |
797 |
|
(*dev->comout)(buf); |
798 |
|
} |
799 |
|
(*dev->comin)(buf, NULL); |
800 |
|
scolor_rgb(col, thisray.rcol); |
801 |
< |
sprintf(buf, "value (%.5g %.5g %.5g) (%.3gL)", |
801 |
> |
sprintf(buf, "value (%.4g %.4g %.4g) (%.3gL)", |
802 |
|
colval(col,RED), |
803 |
|
colval(col,GRN), |
804 |
|
colval(col,BLU), |