--- ray/doc/ray.html 2016/07/10 23:41:37 1.23 +++ ray/doc/ray.html 2021/11/16 23:12:22 1.30 @@ -1,8 +1,8 @@ - + -The RADIANCE 5.1 Synthetic Imaging System +The RADIANCE 5.4 Synthetic Imaging System @@ -10,7 +10,7 @@ The RADIANCE 5.1 Synthetic Imaging System

-The RADIANCE 5.1 Synthetic Imaging System +The RADIANCE 5.4 Synthetic Imaging System

@@ -83,7 +83,7 @@ The diagram in Figure 1 shows the flow between program (ovals). The central program is rpict, which produces a picture from a scene description. -Rview is a variation of rpict that computes and displays images +Rvu is a variation of rpict that computes and displays images interactively, and rtrace computes single ray values. Other programs (not shown) connect many of these elements together, such as the executive programs @@ -1154,6 +1154,38 @@ unless the line integrals consider enclosed geometry.

+ + aBSDF + + +
+ The aBSDF material is identical to the BSDF type with two + important differences. First, proxy geometry is not + supported, so there is no thickness parameter. Second, an + aBSDF is assumed to have some specular through component + (the ’a’ stands for "aperture"), + which is treated specially during the direct calculation + and when viewing the material. Based on the BSDF data, the + coefficient of specular transmission is determined and used + for modifying unscattered shadow and view rays. + +
+	mod aBSDF id
+	5+ BSDFfile ux uy uz funcfile transform
+	0
+	0|3|6|9
+	     rfdif gfdif bfdif
+	     rbdif gbdif bbdif
+	     rtdif gtdif btdif
+
+ +

+ If a material has no specular transmitted component, it is + much better to use the BSDF type with a zero thickness + than to use aBSDF. +

+ +

Antimatter @@ -1775,7 +1807,7 @@ The details of this process are not important, but directs the use of a scene description.