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

Comparing ray/src/cv/checkBSDF.c (file contents):
Revision 2.7 by greg, Fri Jan 28 02:25:28 2022 UTC vs.
Revision 2.8 by greg, Tue Feb 1 18:31:28 2022 UTC

# Line 254 | Line 254 | checkXML(char *fname)
254          printf("Type: %s\n", getBSDFtype(&myBSDF, &flags));
255          printf("Color: %d\n", (flags & F_IN_COLOR) != 0);
256          printf("Has Geometry: %d\n", (myBSDF.mgf != NULL));
257 <        puts("Component\tLambertian XYZ %\tMax. Dir\tMin. Angle");
257 >        puts("Component\tLambertian XYZ (%)\tMax. Dir\tMin. Angle");
258          detailComponent("Interior Refl", &myBSDF.rLambFront, myBSDF.rf);
259          detailComponent("Exterior Refl", &myBSDF.rLambBack, myBSDF.rb);
260          detailComponent("Int->Ext Trans", &myBSDF.tLambFront, myBSDF.tf);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines