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

Comparing ray/src/common/testBSDF.c (file contents):
Revision 1.15 by greg, Sat Dec 28 18:05:14 2019 UTC vs.
Revision 1.16 by greg, Sat Mar 27 17:50:18 2021 UTC

# Line 126 | Line 126 | main(int argc, char *argv[])
126                                                  bsdf->rb->maxHemi);
127                          if (bsdf->tf)
128                                  printf("Peak front hemispherical transmittance: %.3e\n",
129 <                                                bsdf->tLamb.cieY + bsdf->tf->maxHemi);
129 >                                                bsdf->tLambFront.cieY + bsdf->tf->maxHemi);
130                          if (bsdf->tb)
131                                  printf("Peak back hemispherical transmittance: %.3e\n",
132 <                                                bsdf->tLamb.cieY + bsdf->tb->maxHemi);
132 >                                                bsdf->tLambBack.cieY + bsdf->tb->maxHemi);
133                          printXYZ("Diffuse Front Reflectance: ", &bsdf->rLambFront);
134                          printXYZ("Diffuse Back Reflectance: ", &bsdf->rLambBack);
135 <                        printXYZ("Diffuse Transmittance: ", &bsdf->tLamb);
135 >                        printXYZ("Diffuse Front Transmittance: ", &bsdf->tLambFront);
136 >                        printXYZ("Diffuse Back Transmittance: ", &bsdf->tLambBack);
137                          break;
138                  case 'Q':                       /* query BSDF value */
139                          if (!bsdf)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines