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 2.11 by greg, Fri Apr 11 20:31:37 2014 UTC vs.
Revision 2.12 by greg, Wed Apr 23 06:04:18 2014 UTC

# Line 46 | Line 46 | lookamb(                       /* load & convert ambient values from a fil
46                  } else {
47                          printf("\nPosition:\t%f\t%f\t%f\n", av.pos[0],
48                                          av.pos[1], av.pos[2]);
49 <                        printf("Normal:\t%f\t%f\t%f\n",
49 >                        printf("Normal:\t\t%f\t%f\t%f\n",
50                                          norm[0], norm[1], norm[2]);
51                          printf("Uvector:\t%f\t%f\t%f\n",
52                                          uvec[0], uvec[1], uvec[2]);
53 <                        printf("Lvl,Wt,Urad,Vrad:\t%d\t\t%f\t%f\n", av.lvl,
53 >                        printf("Lvl,Wt,UVrad:\t%d\t\t%f\t%f\t%f\n", av.lvl,
54                                          av.weight, av.rad[0], av.rad[1]);
55                          printf("Value:\t\t%e\t%e\t%e\n", colval(av.val,RED),
56                                          colval(av.val,GRN), colval(av.val,BLU));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines