Square Enix © Goodbye Kansas

Table of Contents

 

The Basic rollout is part of the VRayMtl parameters.

Parameters


 

Diffuse Color – The diffuse color of the material. Note: the actual diffuse color of the surface also depends on the reflection and refraction colors.

Amount – A multiplier for the diffuse color.

Opacity Map – Assigns opacity to the material where white is completely opaque and black is completely transparent. You can also assign a map by clicking the check board button. This way you can create a material that has a non-uniform opacity.

Opacity mode – Controls how opacity is sampled. For more information, see the Opacity mode parameter example below. This parameter is not available when the renderer is set to GPU.

Clip – (Very fast) The opacity texture is not filtered and it is clipped to either fully opaque or fully transparent based on the mid-point value. Useful when there are many transparent surfaces one behind the other like leaves.
Stochastic – (Optimal) The opacity texture is filtered and the surface is randomly shaded as either fully opaque or fully transparent for a correct average appearance.

Roughness Amount – Used to simulate rough surfaces or surfaces covered with dust (for example, skin, or the surface of the Moon). This parameter is not available when the renderer is set to GPU.

Self-Illumination – The self-illumination color of the material. A texture map can be used for the self-illumination color by clicking on the check board box next to the color slider.

Self-Illumination GI – When enabled, the self-illumination affects global illumination rays and allows the surface to cast light on nearby objects. Note, however, that it may be more efficient to use area lights or VRayLightMtl material for this effect. 

Compensate Exposure – When enabled, the intensity of the Self-Illumination will be adjusted to compensate the exposure correction from the VRayPhysicalCamera.

 

 


Example: Opacity mode


The renders below show a close-up of the tree to better show the effect of the different modes. Note that in the first two renders the opacity is blurry because of the texture filtering.

When the Opacity mode is set to Stochastic, the texture is filtered and the result is smooth. When set to Clip, the texture is forced to black or white; the render is very fast, but the result is sharper and may increase flickering in animation.

 
Stochastic
Clip

 

 


 

Example: Roughness


This example demonstrates the effect of the Roughness parameter. Note how, as the Roughness increases, the material appears more "flat" and dusty.

 


Roughness = 0.0


Roughness = 0.1


Roughness = 0.2


Roughness = 0.3


Roughness = 0.4


Roughness = 0.5


Roughness = 0.6


Roughness = 0.7


Roughness = 0.8


Roughness = 0.9


Roughness = 1.0

0.0
1.0

 

 

 

 

See next:

VRayMtl Reflection