mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
29 lines
521 B
ReStructuredText
29 lines
521 B
ReStructuredText
Capsule node
|
|
............
|
|
|
|
The **Capsule** node generates a 3d signed distance function for a capsule.
|
|
|
|
.. image:: images/node_sdf3d_capsule.png
|
|
:align: center
|
|
|
|
Inputs
|
|
::::::
|
|
|
|
The **Capsule** node does not accept any input.
|
|
|
|
Outputs
|
|
:::::::
|
|
|
|
The **Capsule** node generates a signed distance function for a capsule.
|
|
|
|
Parameters
|
|
::::::::::
|
|
|
|
The **Capsule** node accepts as parameters the length of the capsule and its radius.
|
|
|
|
Example images
|
|
::::::::::::::
|
|
|
|
.. image:: images/node_sdf3d_capsule_sample.png
|
|
:align: center
|