2018-08-23 10:39:27 +02:00
|
|
|
Voronoi noise node
|
|
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2019-11-19 07:08:36 +01:00
|
|
|
The **Voronoi** noise node outputs Voronoi noise textures that can be used for irregular
|
|
|
|
tiles, animal skin or scales, cracks...
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
.. image:: images/node_voronoi.png
|
|
|
|
|
|
|
|
Inputs
|
|
|
|
++++++
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
The **Voronoi** noise node does not accept any input.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
Outputs
|
|
|
|
+++++++
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
The **Voronoi** noise node provides three outputs:
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
* a greyscale Voronoi noise texture that shows the distance to the feature points.
|
|
|
|
|
|
|
|
* a greyscale texture that shows the distance to the closest segment bisector of all feature points pairs.
|
|
|
|
|
|
|
|
* a color Voronoi partition.
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
++++++++++
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
The **Voronoi** noise node accepts the following parameters:
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2019-11-19 07:08:36 +01:00
|
|
|
* *Scale X* and *Scale Y* define the number of feature points that define the noise.
|
|
|
|
|
|
|
|
* *Stretch X* and *Stretch Y* are applied to the distance functions.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2018-09-01 11:06:58 +02:00
|
|
|
* *Intensity* is a factor applied to the first output of the node.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2019-11-19 07:08:36 +01:00
|
|
|
* *Randomness* defines the location of feature points.
|
|
|
|
|
2018-08-23 10:39:27 +02:00
|
|
|
Notes
|
|
|
|
+++++
|
|
|
|
|
|
|
|
As with all random nodes, the seed is held by the node's position, so moving the node in the graph
|
|
|
|
will modify the texture, and the outputs will remain the same if its position and parameters
|
|
|
|
are not changed.
|
2019-11-18 08:47:31 +01:00
|
|
|
|
|
|
|
Example images
|
|
|
|
++++++++++++++
|
|
|
|
|
|
|
|
.. image:: images/node_voronoi_samples.png
|
|
|
|
:align: center
|