Versions Compared

Key

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

...

Overview

...

Section
Column
width50%55%

The VRayStochasticFlakesMtl material can be used to simulate car paints, snow and other glittery materials. It works by simulating at render time the aggregated effect of a large number of mirror-like flakes scattered over the surface of an object. The material is somewhat similar to the VRayFlakesMtl and VRayCarPaintMtl materials, but uses less memory and avoids the tiling issues for these materials. The term stochastic means "using a random variable".

Column
width5%
 
Column
width45%40%

Image Modified

 

UI Expand
titleUI Path: ||Right-click on the geometry|| > Assign New Material...
Section
Column
width5%
 
Column
width30%300px

||Right-click on the geometry|| > Assign New Material... > VRay section > VRay Stochastic Flakes Mtl


Image Added

Column
width5%
 Image Removed
Column
width30%280px

||V-Ray Shelf|| > Right-click to Create V-Ray Materials button > VRay Stochastic Flakes Mtl

 

Image Added


Column
width5%
 Image Removed
Column
width30%500px

||Hypershade|| > Window tab > Create... > VRay section > VRay Stochastic Flakes Mtl



Image RemovedImage Added

Column
width5%

 

 

 

Base Parameters

...

Section

...

Column

...

width

...

62%

Enable Flakes

...

 – When enabled, the material simulates flakes scattered on the surface of the object. If disabled, the material renders the specified BRDF type with the specified glossiness. For more details, please see

...

the Enable Flakes example below.

Num Flakes

...

 – The number of flakes, expressed as the square root of the actual number of flakes in the unit texture square. For example, a value of 3000 generates 9,000,000 flakes in the unit texture square. The number of flakes is restricted to 231 (a little over 2 billion), which means the highest useful value

...

for Num Flakes

...

 is 46340. If you need more than 2 billion flakes, increase

...

the Flake

...

Scale parameter. For more details, please see

...

the Number of Flakes example below.

Hilight Glossiness

...

 – Controls the distribution of the flakes. Values close to 1.0 orient all flakes with normals pointing more perpendicular to the surface, whereas lower values randomize the normals of the flakes. For more information, please see

...

the Highlight Glossiness example below.

Blur Angle

...

 – Controls the "softening" of the flakes effect. Higher values produce softer results, while smaller values make the flakes sharper. Usually, value between 0.5 and 8 are used. For more information, please see

...

the Blur Angle

...

 example below.

Reflect Filter

...

 – Specifies the reflection color of the flakes.

Mapping Type

...

 – Specifies the way the flakes are scattered on the surface:

Explicit

...

UVW – The flakes are mapped according to the specified mapping channel. The density of the flakes on the surface depends on the way the UVs follow the surface. 
Triplanar from Object XYZ

...

 – The material uses triplanar mapping to create the flakes. This mode is useful for objects that don't have suitable UV mapping.

Mapping Channel

...

 – Specifies which map channel to use

...

when Mapping Type

...

 is set

...

to Explicit UVW channel.

Flake Scale

...

 – Controls the scale of the texture space.

...

When Mapping Type

...

 is set to Explicit UVW channel, a value of 1.0 is recommended. For Triplanar from Object XYZ mapping, the Num

...

Flakes amount is distributed in each square unit in local object coordinates. In this case it is necessary to lower the Flake Scale value to 0.05, 0.01, or even less, and increase the Num Flakes value depending on the object size, especially if square artifacts are observed.

UI Text Box
typeinfo
 The

 The Num Flakes and Flake Scale parameters are inversely proportional. This means that if you double the value of Num Flakes and divide the Flake Scale by 2, the resulting flake density remains the same, although the flake pattern itself might change.

Brdf Type

...

 – Specifies the BRDF used to guide the distribution of the flakes:

GGX

...

 – Uses GGX distribution for the flakes (the GGX distribution has a longer "tail" compared to Beckmann).
Beckmann – Uses a Beckmann distribution for the flakes. 

Seed – The seed for the randomization of flakes.

...

 Changing this value produces different flake patterns.

Column
width5%

 

...

Column
width33%

Image Added

...



Anchor
flakes
flakes

...

Example: Enable Flakes

...

Colored Flakes Parameters

...

Section
Column
width62%

The Colored Flakes parameters control the color and random hue and lightness of the flakes. The correct physical behavior is that the material appears darker, since the colored flakes/mirrors reflect only certain part of the spectrum. When viewed from distance, the aggregate color of the material converges to the average color of the flakes.

...

Colored Flakes – Dropdown to enable Colored Flakes.

...

Off – No variance to the specified color for the flakes is applied. 
Random Hue 
– Enables randomized hue for the flakes. 
Random from Map
 – Enables use of a texture map for randomized colors.

Saturation

...

 – Determines the saturation variation of the colors for all flakes.

Lightness

...

 – Controls the lightness variation of the colors for all flakes.

Random Color Map

...

 – Available

...

when Colored Flakes

...

 is set

...

to Random from Map. Specifies a texture from which random colors are sampled and applied to the flake color.

...

UI Text Box
typenote
Only the bottom-most horizontal row of pixels from the texture are sampled; all other parts are ignored. See

...

the Random Color Map example

...

 below for more information.

White Average

...

 – When enabled, renders colored flakes without the darkening effect. Note that this is not physically correct.

Column
width5%

 

Column
width33%

Image Added

 


Anchor
RandomColorMap
RandomColorMap

...

Section
Column
width5%

 

Column
width375px

 

 
Input ramp using V space

 

Column
width45%


Only Yellow-colored flakes are produced. Click on the image for a larger resolution.

 

Column
width5%

 

 

 

 

Advanced Parameters

...

Section
Column

...

width

...

62%

Blend Min

...

 – Specifies the number of flakes per pixel below which the flakes are computed. When the number of flakes per pixel is above this value, the material gradually transitions into a smooth (non-discrete) BRDF.

Blend Max

...

 – Specifies the number of flakes per pixel above which the material will only compute the smooth (non-discrete) BRDF. If the number of flakes per pixel is below this value, the material gradually transitions into discrete flakes.

Column
width5%

 

Column
width33%

Image Added

 

References

...

The VRayStochasticFlakesMtl material is based on the Chaos Group paper "A Practical Stochastic Algorithm for Rendering Mirror-Like Flakes" (PDF Download).