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

Comparing ray/src/gen/gendaylit.c (file contents):
Revision 2.2 by greg, Mon Jun 15 22:27:21 2009 UTC vs.
Revision 2.3 by greg, Sat Jun 20 21:34:34 2009 UTC

# Line 472 | Line 472 | computesky()                   /* compute sky parameters */
472   /* Compute the ground radiance */
473   zenithbr=calc_rel_lum_perez(0.0,radians(sunzenith),radians(sunzenith),skyclearness,skybrightness,coeff_perez);
474   zenithbr*=diffnormalization;
475 + /*
476   fprintf(stderr, "gendaylit : the actual zenith radiance(W/m^2/sr) or luminance(cd/m^2) is : %.0lf\n", zenithbr);
477 <        
477 > */
478 >
479   if (skyclearness==1)
480          normfactor = 0.777778;
481                  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines