Вузол «Текстура Вороного» – Voronoi Texture Node#

Вузол «Текстура Вороного» -- Voronoi Texture.

Вузол Voronoi Texture обчислює шум Ворлі – Worley Noise на увідних координатах текстур.

Inputs – Уводи#

Ці уводи є динамічними, вони стають доступними при необхідності, залежно від властивостей вузла.

Vector – Вектор

Координата текстури для обчислення шуму; установлюється стандартно в координати текстур Generated, якщо цей роз’єм залишається ні з чим нез’єднаним.

W

Координата текстури для обчислення шуму.

Scale – Масштаб

Масштаб шуму.

Детальність – Detail

Number of noise octaves. The fractional part of the input is multiplied by the magnitude of the highest octave. Higher number of octaves corresponds to a higher evaluation time.

Roughness – Шорсткість

Blend between a smoother noise pattern, and rougher with sharper peaks.

Лакунарність – Lacunarity

The difference between the scale of each two consecutive octaves. Larger values corresponds to larger scale for higher octaves.

Згладженість – Smoothness

Згладженість шуму.

../../../_images/render_shader-nodes_textures_voronoi_smoothness-distance-zero.png

Smoothness: 0.0.#

../../../_images/render_shader-nodes_textures_voronoi_smoothness-distance-quarter.png

Smoothness: 0.25.#

../../../_images/render_shader-nodes_textures_voronoi_smoothness-distance-half.png

Smoothness: 0.5.#

../../../_images/render_shader-nodes_textures_voronoi_smoothness-distance-one.png

Smoothness: 1.0.#

../../../_images/render_shader-nodes_textures_voronoi_smoothness-color-zero.png

Smoothness: 0.0.#

../../../_images/render_shader-nodes_textures_voronoi_smoothness-color-quarter.png

Smoothness: 0.25.#

../../../_images/render_shader-nodes_textures_voronoi_smoothness-color-half.png

Smoothness: 0.5.#

../../../_images/render_shader-nodes_textures_voronoi_smoothness-color-one.png

Smoothness: 1.0.#

Exponent – Експонента

Експонента метрики відстані Мінковського.

../../../_images/render_shader-nodes_textures_voronoi_minkowski-half.png

Exponent: 0.5.#

../../../_images/render_shader-nodes_textures_voronoi_minkowski-one.png

Exponent: 1.0.#

../../../_images/render_shader-nodes_textures_voronoi_minkowski-two.png

Exponent: 2.0.#

../../../_images/render_shader-nodes_textures_voronoi_minkowski-32.png

Exponent: 32.0.#

Випадковість – Randomness

Випадковість шуму.

../../../_images/render_shader-nodes_textures_voronoi_randomness-one.png

Randomness: 1.0.#

../../../_images/render_shader-nodes_textures_voronoi_randomness-half.png

Randomness: 0.5.#

../../../_images/render_shader-nodes_textures_voronoi_randomness-quarter.png

Randomness: 0.25.#

../../../_images/render_shader-nodes_textures_voronoi_randomness-zero.png

Randomness: 0.0.#

Properties – Властивості#

Розмірності – Dimensions

Розмірності простору для обчислення шуму.

1D:

Обчислюється шум у 1D просторі на уводі W.

2D:

Evaluate the noise in 2D space at the input Vector. The Z component is ignored.

3D:

Обчислюється шум у 3D просторі на уводі Vector.

4D:

Обчислюється шум у 4D просторі на уводі Vector та уводі W як четвертий вимір.

Вищі розмірності відповідають більшому часу рендерення, тому нижчі розмірності повинні використовуватися, допоки вищі розмірності не будуть необхідні.

Вирізнення – Feature

The Voronoi feature that the node will compute.

F1:

The distance to the closest feature point as well as its position and color.

../../../_images/render_shader-nodes_textures_voronoi_smoothness-distance-zero.png

Distance – Відстань.#

../../../_images/render_shader-nodes_textures_voronoi_smoothness-color-zero.png

Колір – Color.#

../../../_images/render_shader-nodes_textures_voronoi_f1-position.png

Позиція – Position.#

F2:

The distance to the second closest feature point as well as its position and color.

../../../_images/render_shader-nodes_textures_voronoi_f2-distance.png

Distance – Відстань.#

../../../_images/render_shader-nodes_textures_voronoi_f2-color.png

Колір – Color.#

../../../_images/render_shader-nodes_textures_voronoi_f2-position.png

Позиція – Position.#

Згладження F1 – Smooth F1:

A smooth version of F1.

../../../_images/render_shader-nodes_textures_voronoi_smoothness-distance-one.png

Distance – Відстань.#

../../../_images/render_shader-nodes_textures_voronoi_smoothness-color-one.png

Колір – Color.#

../../../_images/render_shader-nodes_textures_voronoi_smooth-f1-position.png

Позиція – Position.#

Distance to Edge:

The distance to the edges of the Voronoi cells.

../../../_images/render_shader-nodes_textures_voronoi_distance-to-edge.png

Distance – Відстань.#

../../../_images/render_shader-nodes_textures_voronoi_distance-to-edge-less-than.png

Distance smaller than 0.05.#

Радіус N-Сфери – N-Sphere Radius:

The radius of the n-sphere inscribed in the Voronoi cells. In other words, it is half the distance between the closest feature point and the feature point closest to it.

../../../_images/render_shader-nodes_textures_voronoi_n-sphere-radius.png

Радіус n-сфери може використовуватися для створення туго упакованих n-сфер.#

../../../_images/render_shader-nodes_textures_voronoi_n-sphere-radius-nodetree.png

Дерево вузлів для цього шейдера зліва.#

Метрика Відстані – Distance Metric

Метрика відстані, що використовується для обчислення текстури.

Euclidean – Евклідове:

Використовується Евклідова метрика відстані – Euclidean distance metric.

Manhattan – Манхеттен:

Використовується Манхеттенська метрика відстані – Manhattan distance metric.

Чебишев – Chebychev:

Використовується метрика відстані Чебишева – Chebychev distance metric.

Мінковський – Minkowski:

Use the Minkowski distance metric. The Minkowski distance is a generalization of the aforementioned metrics with an Exponent as a parameter. Minkowski with an exponent of one is equivalent to the Manhattan distance metric. Minkowski with an exponent of two is equivalent to the Euclidean distance metric. Minkowski with an infinite exponent is equivalent to the Chebychev distance metric.

../../../_images/render_shader-nodes_textures_voronoi_minkowski-half.png

Minkowski Exponent: 0.5 (Minkowski 1/2).#

../../../_images/render_shader-nodes_textures_voronoi_minkowski-one.png

Minkowski Exponent: 1.0 (Manhattan).#

../../../_images/render_shader-nodes_textures_voronoi_minkowski-two.png

Minkowski Exponent: 2.0 (Euclidean).#

../../../_images/render_shader-nodes_textures_voronoi_minkowski-32.png

Minkowski Exponent: 32.0 (наближення Chebychev).#

Normalize – Нормалізування

If enabled, ensures that the output values stay in the range 0.0 to 1.0. In rare cases, the output value may be outside that range when Feature is F2.

Outputs – Виводи#

Distance – Відстань

Distance – Відстань.

Color – Колір

Cell color. The color is arbitrary.

Position – Позиція

Позиція точки вирізнення.

W

Позиція точки вирізнення.

Radius – Радіус

Радіус n-сфери.

Notes – Примітки#

In some configurations of the node, especially for low values of Randomness, rendering artifacts may occur. This happens due to the same reasons described in the Notes section in the White Noise Texture page and can be fixed in a similar manner as described there.

Examples – Приклади#

../../../_images/render_shader-nodes_textures_voronoi_example-beveled-cells.png

Відмінність між F1 та Smooth F1 може використовуватися для створення скошених комірок Вороного.#

../../../_images/render_shader-nodes_textures_voronoi_example-hammered-metal.jpg

Створювання шейдера кованого металу за допомогою вузла Voronoi Texture.#