2018-08-23 10:39:27 +02:00
|
|
|
Noise node
|
|
|
|
~~~~~~~~~~
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
The **Noise** node outputs a randomly generated black and white texture.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
.. image:: images/node_noise.png
|
|
|
|
|
|
|
|
Inputs
|
|
|
|
++++++
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
The **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 **Noise** node provides a black and white noise texture.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
Parameters
|
|
|
|
++++++++++
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
The **Noise** node accepts the following parameters:
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
* *Grid size* is the number of rows and columns in the texture.
|
|
|
|
|
|
|
|
* *Density* is the likelihood for each cell to be white.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Although this node has a grid size, it generates a resolution independant texture.
|
2019-11-18 08:47:31 +01:00
|
|
|
|
|
|
|
Example images
|
|
|
|
++++++++++++++
|
|
|
|
|
|
|
|
.. image:: images/node_noise_samples.png
|
|
|
|
:align: center
|