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