mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
34 lines
738 B
ReStructuredText
34 lines
738 B
ReStructuredText
|
SmoothBoolean node
|
||
|
..................
|
||
|
|
||
|
The **SmoothBoolean** node generates a 3D signed distance image for the combination (union,
|
||
|
intersection or difference) of its inputs.
|
||
|
|
||
|
.. image:: images/node_sdf3d_smoothboolean.png
|
||
|
:align: center
|
||
|
|
||
|
Inputs
|
||
|
::::::
|
||
|
|
||
|
The **SmoothBoolean** node accepts 2 inputs in signed distance function format.
|
||
|
|
||
|
Outputs
|
||
|
:::::::
|
||
|
|
||
|
The **SmoothBoolean** node generates a signed distance function of the
|
||
|
combination of its inputs.
|
||
|
|
||
|
Parameters
|
||
|
::::::::::
|
||
|
|
||
|
The **SmoothBoolean** node accepts the following parameters:
|
||
|
|
||
|
* *the operator it applies (union, intersection or difference)*
|
||
|
* *the smoothness* of the operation
|
||
|
|
||
|
Example images
|
||
|
::::::::::::::
|
||
|
|
||
|
.. image:: images/node_sdf3d_smoothboolean_sample.png
|
||
|
:align: center
|