2018-08-23 10:39:27 +02:00
|
|
|
Perlin noise node
|
|
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
|
2018-08-23 17:00:28 +02:00
|
|
|
The Perlin noise node outputs a texture generated as a sum of Perlin noise functions
|
|
|
|
with increasing frequencies and decreasing amplitudes.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
.. image:: images/node_perlin.png
|
|
|
|
|
|
|
|
Inputs
|
|
|
|
++++++
|
|
|
|
|
|
|
|
The Perlin noise node does not accept any input.
|
|
|
|
|
|
|
|
Outputs
|
|
|
|
+++++++
|
|
|
|
|
|
|
|
The Perlin noise node provides a greyscale Perlin noise texture.
|
|
|
|
|
|
|
|
.. image:: images/perlin.png
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
++++++++++
|
|
|
|
|
|
|
|
The Perlin noise node accepts the following parameters:
|
|
|
|
|
|
|
|
* *Scale X* and *Scale Y* are the subdivisions of the first iteration
|
|
|
|
|
|
|
|
* *Iterations* is the number of iterations
|
|
|
|
|
2018-08-23 17:00:28 +02:00
|
|
|
* *Persistance* is the ratio between the amplitude of subsequent iterations. Lower values
|
|
|
|
of persistance generate smoother textures.
|
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.
|