material-maker/material_maker/doc/node_noise_value.rst

55 lines
1.3 KiB
ReStructuredText
Raw Normal View History

Value noise node
~~~~~~~~~~~~~~~~~
The **Value** noise node outputs a texture generated as a sum of Value noise functions
with increasing frequencies and decreasing amplitudes. Value noise has a wide range of
2019-11-19 07:08:36 +01:00
applications, such as stains, wood, dust...
.. image:: images/node_noise_value.png
:align: center
Inputs
++++++
The **Value** noise node does not accept any input.
Outputs
+++++++
The **Value** noise node provides a greyscale Value noise texture.
Parameters
++++++++++
The **Value** 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.
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-19 07:08:36 +01:00
Example images
++++++++++++++
.. image:: images/node_value_samples.png
2019-11-19 07:08:36 +01:00
:align: center
2019-11-23 09:08:48 +01:00
Variations
++++++++++
* The **Color Value** node generates an RGB image made of 3 greyscale Value Noise images.
2019-11-23 09:08:48 +01:00
* The **Value Warp1** and **Value Warp2** nodes generate Value noise with domain warping.
2019-11-23 09:08:48 +01:00
.. image:: images/node_value_variations.png
2019-11-23 09:08:48 +01:00
:align: center