2018-08-23 10:39:27 +02:00
|
|
|
Bricks node
|
|
|
|
~~~~~~~~~~~
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
The **Bricks** node outputs 4 related bricks pattern textures that can be used for walls
|
|
|
|
or pavement.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
.. image:: images/node_bricks.png
|
|
|
|
|
|
|
|
Inputs
|
|
|
|
++++++
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
The **Bricks** node does not accept any input.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
Outputs
|
|
|
|
+++++++
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
The **Bricks** node provides the following textures:
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
* The first one is a greyscale image where bricks are shown in white and mortar in black.
|
|
|
|
|
|
|
|
* The second one is a color image where all bricks are drawn using a random uniform color.
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
* The 3rd and 4th textures are greyscale images of the X and Y position of the center of
|
|
|
|
each brick.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2020-01-16 22:52:07 +01:00
|
|
|
* The 5th texture is an UV map texture for each brick (and can be used with the **CustomUV**
|
|
|
|
node to apply a texture on each brick)
|
|
|
|
|
|
|
|
* the 6th texture is an UV map for each corner of each brick (and can be used with the
|
|
|
|
**CustomUV** node to apply a texture on each corner)
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
Those images can be used together to create complex materials that show for example bricks
|
|
|
|
of different colors.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
|
|
|
Parameters
|
|
|
|
++++++++++
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
The **Bricks** node accepts the following parameters:
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
* the *Pattern* parameter defines the bricks pattern that will be generated.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
* the *Repeat* parameter defines the number of patterns on the horizontal and vertical
|
2018-08-23 10:39:27 +02:00
|
|
|
axes of the texture.
|
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
* the *Rows* parameter defines the number of brick rows in a single pattern of the texture.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
* the *Columns* parameter defines the number of brick rows in a single pattern of the texture.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
* the *Offset* parameter defines the offset of odd rows of the pattern. This parameter
|
|
|
|
only applies to the *Running bond* patterns.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
* the *Mortar* parameter defines the relative thickness of mortar in patterns.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2019-11-18 08:47:31 +01:00
|
|
|
* the *Bevel* parameter defines the relative thickness of brick bevel in patterns.
|
2018-08-23 10:39:27 +02:00
|
|
|
|
2020-01-16 22:52:07 +01:00
|
|
|
* the *Round* parameter defines the radius of each round corner.
|
|
|
|
|
|
|
|
* the *Corner* parameter defines the size of each corner (for the 6th output texture).
|
|
|
|
|
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.
|
2019-11-18 08:47:31 +01:00
|
|
|
|
|
|
|
Example images
|
|
|
|
++++++++++++++
|
|
|
|
|
|
|
|
.. image:: images/node_bricks_samples.png
|
|
|
|
:align: center
|