mirror of
https://github.com/Relintai/material-maker.git
synced 2025-02-07 01:25:55 +01:00
32 lines
640 B
Plaintext
32 lines
640 B
Plaintext
|
sdBoolean node
|
||
|
..............
|
||
|
|
||
|
The **sdBoolean** node generates a signed distance image for the combination (union,
|
||
|
intersection or difference) of its inputs.
|
||
|
|
||
|
.. image:: images/node_sdboolean.png
|
||
|
:align: center
|
||
|
|
||
|
Inputs
|
||
|
::::::
|
||
|
|
||
|
The **sdBoolean** node accepts 2 inputs in signed distance function format.
|
||
|
|
||
|
Outputs
|
||
|
:::::::
|
||
|
|
||
|
The **sdBoolean** node generates a signed distance function of the
|
||
|
combination of its inputs.
|
||
|
|
||
|
Parameters
|
||
|
::::::::::
|
||
|
|
||
|
The **sdBoolean** node accepts *the operator it applies (union, intersection or
|
||
|
difference)* as parameter.
|
||
|
|
||
|
Example images
|
||
|
::::::::::::::
|
||
|
|
||
|
.. image:: images/node_sdboolean_sample.png
|
||
|
:align: center
|