mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
1c56fc60d8
Moved Material Spray to another repository. Renamed the addon directory to material_maker
37 lines
791 B
ReStructuredText
37 lines
791 B
ReStructuredText
Noise node
|
|
~~~~~~~~~~
|
|
|
|
The Noise node outputs a randomly generated black and white texture.
|
|
|
|
.. image:: images/node_noise.png
|
|
|
|
Inputs
|
|
++++++
|
|
|
|
The Noise node does not accept any input.
|
|
|
|
Outputs
|
|
+++++++
|
|
|
|
The Noise node provides a black and white noise texture.
|
|
|
|
.. image:: images/noise.png
|
|
|
|
Parameters
|
|
++++++++++
|
|
|
|
The Noise node accepts the following parameters:
|
|
|
|
* *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.
|