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

33 lines
754 B
Plaintext
Raw Normal View History

2020-01-31 23:16:52 +01:00
Boolean node
............
The **Boolean** node generates a 3D signed distance function for the combination (union,
2020-03-15 09:55:36 +01:00
intersection or difference) of its inputs. If the input shapes are associated to color indexes, the
boolean node applies them to the output.
2020-01-31 23:16:52 +01:00
2020-03-15 09:55:36 +01:00
.. image:: images/node_3d_sdf_operators_boolean.png
2020-01-31 23:16:52 +01:00
:align: center
Inputs
::::::
The **Boolean** node accepts 2 inputs in 3D signed distance function format.
Outputs
:::::::
The **Boolean** node generates a signed distance function of the
combination of its inputs.
Parameters
::::::::::
The **Boolean** node accepts *the operator it applies (union, intersection or
difference)* as parameter.
Example images
::::::::::::::
.. image:: images/node_sdf3d_boolean_sample.png
:align: center