You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/stdlib.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1506,14 +1506,11 @@ properties of the physically-based shading nodes of MaterialX v1.38
1506
1506
: Normal vector of the surface point being shaded.
1507
1507
1508
1508
`albedo`
1509
-
: Single-scattering albedo of the medium.
1510
-
1511
-
`transmission_depth`
1512
-
: Distance travelled inside the medium by white light before its color becomes transmission_color by Beer's law. Given in scene length units, range [0,infinity). Together with transmission_color this determines the extinction coefficient of the medium.
1513
-
1514
-
`transmission_color`
1515
-
: Desired color resulting from white light transmitted a distance of 'transmission_depth' through the medium. Together with transmission_depth this determines the extinction coefficient of the medium.
1509
+
: Effective albedo of the medium (after multiple scattering). The renderer is expected to invert this color to derive the appropriate single-scattering albedo that will produce this color for the average random walk.
1516
1510
1511
+
`radius`
1512
+
: Average distance travelled inside the medium per color channel. This is typically taken to be the mean-free path of the volume.
1513
+
1517
1514
`anisotropy`
1518
1515
: Scattering anisotropy [-1,1]. Negative values give backwards scattering, positive values give forward scattering, and 0.0 gives uniform scattering.
0 commit comments