mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
960c87e49c
Everything not describing the nodes library, and the "Simple" section of the library should be ready now.
32 lines
565 B
ReStructuredText
32 lines
565 B
ReStructuredText
sdCircle node
|
|
.............
|
|
|
|
The **sdCircle** node generates a signed distance image for a circle.
|
|
|
|
.. image:: images/node_sdcircle.png
|
|
:align: center
|
|
|
|
Inputs
|
|
::::::
|
|
|
|
The **sdCircle** node does not accept any input.
|
|
|
|
Outputs
|
|
:::::::
|
|
|
|
The **sdCircle** node generates a signed distance function for a circle.
|
|
|
|
Parameters
|
|
::::::::::
|
|
|
|
The **sdCircle** node accepts the following parameters:
|
|
|
|
* the *radius* of the circle
|
|
* the *X and Y coordinates of the center* of the circle
|
|
|
|
Example images
|
|
::::::::::::::
|
|
|
|
.. image:: images/node_sdcircle_sample.png
|
|
:align: center
|