2019-12-24 15:42:09 +01:00
|
|
|
Rounded node
|
2020-02-15 22:20:26 +01:00
|
|
|
............
|
2019-12-24 15:42:09 +01:00
|
|
|
|
|
|
|
The **Rounded** node generates a 3D signed distance function of a rounded shape
|
|
|
|
based on its input, by substracting a constant from its input (i.e.
|
|
|
|
"growing" it towards the outside).
|
|
|
|
|
2020-02-15 22:20:26 +01:00
|
|
|
.. image:: images/node_3d_sdf_operators_rounded.png
|
2019-12-24 15:42:09 +01:00
|
|
|
:align: center
|
|
|
|
|
|
|
|
Inputs
|
|
|
|
::::::
|
|
|
|
|
|
|
|
The **Rounded** node accepts an input in 3D signed distance function format.
|
|
|
|
|
|
|
|
Outputs
|
|
|
|
:::::::
|
|
|
|
|
|
|
|
The **Rounded** node generates a signed distance function of the
|
|
|
|
rounded version of the input shape.
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
::::::::::
|
|
|
|
|
|
|
|
The **Rounded** node accepts the following parameters:
|
|
|
|
|
|
|
|
* *the distance* to be substracted from the function
|
|
|
|
|
|
|
|
Example images
|
|
|
|
::::::::::::::
|
|
|
|
|
|
|
|
.. image:: images/node_sdf3d_roundedshape_sample.png
|
|
|
|
:align: center
|