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