material-maker/doc/_sources/node_3d_sdf_operators_repeat.rst.txt

35 lines
751 B
Plaintext
Raw Normal View History

2020-01-31 23:16:52 +01:00
Repeat node
...........
The **Repeat** node generates a 3D signed distance image of a repetition of its
input on the X and Y axes. It can also apply a random rotation to the repeated
object instances.
.. image:: images/node_sdf3d_repeat.png
:align: center
Inputs
::::::
The **Repeat** node accepts an input in 3D signed distance function format.
Outputs
:::::::
The **Repeat** node generates a signed distance function of the
repeated version of the input shape.
Parameters
::::::::::
The **Repeat** node accepts the following parameters:
* *the repetition offset* for both X and Y axes
* *the amount of random rotation* applied to all instances
Example images
::::::::::::::
.. image:: images/node_sdf3d_repeat_sample.png
:align: center