mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
41 lines
897 B
ReStructuredText
41 lines
897 B
ReStructuredText
|
Truchet node
|
||
|
~~~~~~~~~~~~
|
||
|
|
||
|
The **Truchet** node outputs a truchet pattern.
|
||
|
|
||
|
.. image:: images/node_truchet.png
|
||
|
|
||
|
Inputs
|
||
|
++++++
|
||
|
|
||
|
The **Truchet** node does not accept any input.
|
||
|
|
||
|
Outputs
|
||
|
+++++++
|
||
|
|
||
|
The **Truchet** generates a single greyscale output texture.
|
||
|
|
||
|
Parameters
|
||
|
++++++++++
|
||
|
|
||
|
The **Truchet** node accepts the following parameters:
|
||
|
|
||
|
* the *Shape* parameter (line or circle) defines the edges of the truchet pattern.
|
||
|
|
||
|
* the *Size* parameter is the number of patterns (on both axes) in the generated image.
|
||
|
|
||
|
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.
|
||
|
|
||
|
Example images
|
||
|
++++++++++++++
|
||
|
|
||
|
Both bottom samples show a truchet pattern filtered using a colorize node.
|
||
|
|
||
|
.. image:: images/node_truchet_samples.png
|
||
|
:align: center
|