mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
31 lines
656 B
ReStructuredText
31 lines
656 B
ReStructuredText
|
Extrusion node
|
||
|
..............
|
||
|
|
||
|
The **Extrusion** node generates a 3D signed distance function of a shape based on
|
||
|
its (2D signed function) input extruded along the Y axis.
|
||
|
|
||
|
.. image:: images/node_sdf3d_extrusion.png
|
||
|
:align: center
|
||
|
|
||
|
Inputs
|
||
|
::::::
|
||
|
|
||
|
The **Extrusion** node accepts an input in 2D signed distance function format.
|
||
|
|
||
|
Outputs
|
||
|
:::::::
|
||
|
|
||
|
The **Extrusion** node generates a signed distance function of the
|
||
|
extruded version of the input shape.
|
||
|
|
||
|
Parameters
|
||
|
::::::::::
|
||
|
|
||
|
The **Extrusion** node accepts the *the length* of the extruded shape as parameter.
|
||
|
|
||
|
Example images
|
||
|
::::::::::::::
|
||
|
|
||
|
.. image:: images/node_sdf3d_extrusion_sample.png
|
||
|
:align: center
|