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
|
Sphere node
|
||
|
...........
|
||
|
|
||
|
The **Sphere** node generates a 3d signed distance function for a sphere.
|
||
|
|
||
|
.. image:: images/node_sdf3d_sphere.png
|
||
|
:align: center
|
||
|
|
||
|
Inputs
|
||
|
::::::
|
||
|
|
||
|
The **Sphere** node does not accept any input.
|
||
|
|
||
|
Outputs
|
||
|
:::::::
|
||
|
|
||
|
The **Sphere** node generates a signed distance function for a sphere.
|
||
|
|
||
|
Parameters
|
||
|
::::::::::
|
||
|
|
||
|
The **Sphere** node accepts a single parameter, its radius.
|
||
|
|
||
|
Example images
|
||
|
::::::::::::::
|
||
|
|
||
|
.. image:: images/node_sdf3d_sphere_sample.png
|
||
|
:align: center
|