Doc:2.6/Manual/Textures/Types/Procedural/Voronoi

提供: wiki
< Doc:2.6‎ | Manual‎ | Textures‎ | Types‎ | Procedural
2018年6月29日 (金) 04:52時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Procedural textures: Voronoi

Voronoi Texture Panels
Often used for
Very convincing Metal, especially the "Hammered" effect. Organic shaders (e.g. scales, veins in skin).
Result(s)
Intensity (default) and Color

Options

Distance Metric
This procedural texture has seven Distance Metric options. These determine the algorithm to find the distance between cells of the texture. These options are:
  • Minkovsky
  • Minkovsky 4
  • Minkovsky 1/2
  • Chebychev
  • Manhattan
  • Distance Squared
  • Actual Distance
The Minkovsky setting has a user definable value (the Exponent button) which determines the Minkovsky exponent (e) of the distance function (xe + ye + ze)1/e. A value of one produces the Manhattan distance metric, a value less than one produces stars (at 0.5, it gives a Minkovsky 1/2), and higher values produce square cells (at 4.0, it gives a Minkovsky 4, at 10.0, a Chebychev). So nearly all Distance Settings are basically the same - variations of Minkowsky.
You can get irregularly-shaped rounded cells with the Actual Distance/Distance Squared options.
Minkovsky Exponent : 0.5 (Minkovsky 1/2)
Minkovsky Exponent : 1 (Manhattan)
Minkovsky Exponent : 2 (Actual Distance)
Minkovsky Exponent : 4 (Minkovsky 4)
Minkovsky Exponent : 10 (Chebychev)
Distance Squared (More contrast than ActualDistance)
Feature Weights
These four sliders at the bottom of the Voronoi panel represent the values of the four Worley constants, which are used to calculate the distances between each cell in the texture based on the distance metric. Adjusting these values can have some interesting effects on the end result.
Coloring
Four settings (Intensity, Position, Position and Outline, and Position, Outline, and Intensity) that can use four different noise basis as methods to calculate color and intensity of the texture output. This gives the Voronoi texture you create with the "Worley Sliders" a completely different appearance and is the equivalent of the noise basis setting found on the other textures.

Technical Details

For a more in depth description of the Worley algorithm, see: Worley Documentation(dead link).