Absorption Medium

 

AbsorptionDefines how fast light is absorbed while passing through a medium. makes the MaterialThe representation of the surface or volume properties of an object. absorb some light while it passes through the Medium. To do this, you must apply a Medium to a polygon with at least three dimensions or a Volume. A value of 0.0 (black) means no absorption. The higher the value, the faster the Medium absorbs the light. The color resulting from this absorption is dependent on the distance the light travels through  the Material. The light fades as the distance increases, and if the Absorption is colored it desaturates more. The Absorption texture is multiplied by the Density parameter, which sets a wide range of values.

 

Absorption is substractive - for example, if you set Absorption to absorb yellow light, then yellow light travels faster than other colors, giving the Object a blue appearance. The Invert Absorption checkbox produce the opposite result (figure 1).

Figure 1: The Absorption Medium parameters with the Invert Absorption checkbox active.


Absorption Parameters

Density - Controls the absorption density. A higher value will absorb more light (figure 2).

Figure 2: Increasing the Density parameter.

 

Volume Step Length - Depending on the surface, you may need to adjust this parameter. The default value is 4, but if the volume is smaller than this, you need to decrease the value. Decreasing this value decreases render speed, and increasing the value causes the ray marching algorithm to take longer steps. If the Volume Step Length exceeds the volume's dimensions, then the ray marching algorithm takes a single step through the whole volume. To get the most accurate results, keep Volume Step Length as small as possible.

Volume Shadow Ray Step Length - Step length that is used by the shadow ray for marching through volumes.

Use Volume Step Length for Volume Shadow Ray Step Length - Check box for using the Volume Step Length for the Volume Shadow Ray Step Length as well.

Sample Position DisplacementThe process of utilizing a 2D texture map to generate 3D surface relief. As opposed to bump and normal mapping, Displacement mapping does not only provide the illusion of depth but it effectively displaces the actual geometric position of points over the textured surface. - Allows a texture to control a volume's sample positions displacement.

Absorption - Determines the absorption value of the material by assigning a texture. This can be either a grayscale or color texture. When using greyscale values, 0 (black) means that there is no absorption. Values greater than zero determine how quickly the medium absorbs white light (figure 3).

Figure 3: Using a grayscale value to control absorption.

 

Absorption can also be controlled using color values. The observed color is the complementary color (opposite color) of the specified color value (figure 4).

Figure 4: Using color values to determine absorption.

 

Invert Absorption - Inverts the absorption value allowing the specified absorbed color to be the actual color that is visible.

 

The Schlick node can be used to control which direction the scattering occurs.