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

Comparing ray/src/common/loadbsdf.c (file contents):
Revision 3.2 by greg, Sat Feb 19 01:48:59 2011 UTC vs.
Revision 3.3 by greg, Sat Feb 19 23:42:09 2011 UTC

# Line 59 | Line 59 | loadBSDF(char *fname)
59          checkDF(sd->name, sd->rLambFront.cieY, sd->rf, "front reflection");
60          checkDF(sd->name, sd->rLambBack.cieY, sd->rb, "rear reflection");
61          checkDF(sd->name, sd->tLamb.cieY, sd->tf, "transmission");
62 + #if 0
63   fprintf(stderr, "Loaded BSDF '%s' (file \"%s\")\n", sd->name, pname);
64   fprintf(stderr, "Front diffuse reflectance: %.1f%%\n", sd->rLambFront.cieY*100.);
65   fprintf(stderr, "Back diffuse reflectance: %.1f%%\n", sd->rLambBack.cieY*100.);
# Line 72 | Line 73 | sd->rb->maxHemi*100.);
73   if (sd->tf)
74   fprintf(stderr, "Maximum direct hemispherical transmission: %.1f%%\n",
75   sd->tf->maxHemi*100.);
76 + #endif
77          SDretainSet = SDretainAll;              /* keep data in core */
78          return(sd);
79   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines