Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width60%

Mode – Specifies the procedural mode that is used to generate texture:

Ambient Occlusion – Normal ambient occlusion is calculated.
Inner Occlusion – Allows the user to invert the effect with respect to surface normals - e.g. instead of crevices, open corners are shaded with the occluded color. This mode changes the direction of tracing the rays. When this mode is selected, the rays are traced inside the surface, otherwise, they are traced outside the surface. See the Inner Occlusion example below.
Ambient + Inner Occlusion – A combination of Ambient Occlusion and Inner Occlusion modes used for enhanced weathering effect.
Reflection Occlusion (Phong, Blinn, Ward)  – Reflection occlusion is used. The difference between ambient and reflection occlusion is basically in the direction in which rays are traced. With ambient occlusion, rays are traced in all directions uniformly, whereas with reflection occlusion, the direction depends on the viewing direction (just as when calculating reflections) and the spread of the rays depends on the Reflection glossiness and BRDF type used.

Unoccluded Color – Specifies the color that is returned by the texture for unoccluded areas. If a texture is selected, it overrides the color as long as the texture checkbox is enabled.

Occluded Color – Specifies the color that is returned by the texture for occluded areas. If a texture is selected, it overrides the color as long as the texture checkbox is enabled.

Radius – Specifies the amount of area (in scene units) where the Dirt effect is produced. If a texture is also used, the Radius value determines the amount of area where the texture blends.

Falloff – Controls the speed of the transition between occluded and unoccluded areas. For more information, please see the Falloff Parameter example below.

Distribution – Forces the rays to gather closer to the surface normal. The effect is that the dirt area is being narrowed closer to the contact edges. For ambient occlusion, set this parameter to 1.0 to get a distribution similar to the ambient lighting on a diffuse surface.

Glossiness – Controls the spread of the rays traced for reflection occlusion. This is only used in Phong, Blinn, or Ward ambient occlusion mode.



Streaks Ambient
 – Draws streaks across dirt effect respective to ambient occlusion. Note that a bias direction and value have to be specified for the streaks to appear. See the Streaks Ambient example below.

Streaks Inner – Draws streaks across dirt effect respective to inner occlusion. Note that a bias direction and value have to be specified for the streaks to appear.

Streaks Size – Controls the thickness of all streaks. See the Streaks Size example below.

Streaks Density – Controls the density of the streaks.

 



Self-occlusion Only
 – When enabled, the dirt affects only the objects, without including contact surfaces and edges.

Ignore Self-occlusion – When enabled, the object does not occlude itself. It is still occluded by other objects in the scene.

Double-Sided – When enabled, the rays needed to generate the dirt map are shot from both sides of the faces (both in the direction of the normals and in the opposite direction).

Thin Mode – When enabled, it enhances the look of thin surfaces by casting less dirt on them. It is available only in Inner Occlusion Mode.



Exclude

Add Objects – Adds objects to the Exclude list. Objects in the list are not affected by the dirt map.

Inclusive – When enabled reverses the meaning of the Exclude list - only objects from the list will be shaded by the dirt map.



Affected By

Add Objects – Adds objects to the Affected By list. Objects in the list affect the calculation of the Dirt map. Excluded objects are considered invisible for the calculations of the Dirt - they don't produce the effect over other objects.

Inclusive – When enabled reverses the result from "Affected By" list - the objects from the list will shade other objects with the dirt map. 



Advanced Parameters

Ignore for GI – When enabled, the dirt effect is not taken into consideration for GI calculations. For more information, please see the Ignore for GI example below.

Ignore Bump – When enabled, bump maps are excluded from Dirt computations.

Use Transparency – When enabled, Dirt takes into account the opacity of the occluding objects. This can be used, for example, to calculate ambient occlusion from opacity-mapped trees, etc. When disabled (the default), occluding objects are always assumed to be opaque. Note that working with correct opacity is slower since Dirt must examine and evaluate the material on the occluding objects. 

Env. Occlusion – When this option is switched on, V-Ray uses the environment when calculating the occlusion of areas that are not occluded by other objects.

Affect Refl. Elements – When enabled, the ambient reflection affects the reflection render elements. This can be used to create reflection masks. 



Bias

Bias X – Biases the normals to the X-axis, so that the dirt effect is forced in this direction. Consider that the parameter can also take a negative value for inverting the direction of the effect. 

Bias Y – Biases the normals to the Y-axis, so that the dirt effect is forced in this direction. Consider that the parameter can also take a negative value for inverting the direction of the effect. 

Bias Z – Biases the normals to the Z-axis, so that the dirt effect is forced in this direction. Consider that the parameter can also take a negative value for inverting the direction of the effect. 

Column
width5%

 

Column
width35%

...