mirror of
https://github.com/Relintai/material-maker.git
synced 2025-02-27 12:04:19 +01:00
29 lines
487 B
Plaintext
29 lines
487 B
Plaintext
|
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
|