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

Comparing ray/src/rt/lookamb.c (file contents):
Revision 1.4 by greg, Fri Jun 7 10:04:27 1991 UTC vs.
Revision 1.5 by greg, Fri Jun 7 14:24:34 1991 UTC

# Line 70 | Line 70 | FILE  *fp;
70                          printf("%f\t%f\t%f\t", av.pos[0], av.pos[1], av.pos[2]);
71                          printf("%f\t%f\t%f\t", av.dir[0], av.dir[1], av.dir[2]);
72                          printf("%d\t%f\t%f\t", av.lvl, av.weight, av.rad);
73 <                        printf("%e\t%e\t%e\n", colval(av.val,RED),
73 >                        printf("%e\t%e\t%e\t", colval(av.val,RED),
74                                                  colval(av.val,GRN),
75                                                  colval(av.val,BLU));
76                          printf("%f\t%f\t%f\t", av.gpos[0],
77                                          av.gpos[1], av.gpos[2]);
78 <                        printf("%f\t%f\t%f\t", av.gdir[0],
78 >                        printf("%f\t%f\t%f\n", av.gdir[0],
79                                          av.gdir[1], av.gdir[2]);
80                  } else {
81                          printf("\nPosition:\t%f\t%f\t%f\n", av.pos[0],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines