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.
35 lines
648 B
ReStructuredText
35 lines
648 B
ReStructuredText
Shape node
|
|
~~~~~~~~~~
|
|
|
|
The **Shape** node outputs a simple greyscale shape.
|
|
|
|
.. image:: images/node_shape.png
|
|
:align: center
|
|
|
|
Inputs
|
|
++++++
|
|
|
|
The shape node do not accept any input.
|
|
|
|
Outputs
|
|
+++++++
|
|
|
|
The shape node provides an output that generates greyscale image showing the
|
|
selected white shape on a black background.
|
|
|
|
Parameters
|
|
++++++++++
|
|
|
|
The **Shape** node has the following parameters:
|
|
|
|
* the shape type: Circle, Polygon, Star, Curved star or Rays
|
|
* the edge, corners or rays count
|
|
* the shape size
|
|
* the size of the gradient at the edge of the shape
|
|
|
|
Example images
|
|
++++++++++++++
|
|
|
|
.. image:: images/node_shape_samples.png
|
|
:align: center
|