mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
29 lines
487 B
ReStructuredText
29 lines
487 B
ReStructuredText
Cone node
|
|
............
|
|
|
|
The **Cone** node generates a 3d signed distance function for an infinite cone.
|
|
|
|
.. image:: images/node_sdf3d_cone.png
|
|
:align: center
|
|
|
|
Inputs
|
|
::::::
|
|
|
|
The **Cone** node does not accept any input.
|
|
|
|
Outputs
|
|
:::::::
|
|
|
|
The **Cone** node generates a signed distance function for a cone.
|
|
|
|
Parameters
|
|
::::::::::
|
|
|
|
The **Cone** node accepts as parameters the *angle* of the cone.
|
|
|
|
Example images
|
|
::::::::::::::
|
|
|
|
.. image:: images/node_sdf3d_cone_sample.png
|
|
:align: center
|