Runs the user defined GDL script snippet and generates a shape. You can use any GDL command here, but be careful. You have to reset the GDL stack in every snippet. You have to reference the parameters with a $ sign prefix.
This is an experimental node, use it at your own risk.
Inputs
|
Name |
Type |
Description |
|
Visible |
Boolean |
Defines if the model is visible or not. |
|
Pen |
Pen |
Pen color of the edges. |
|
Surface |
Surface |
Surface color of the polygons. |
|
Transformation |
Transformation |
Transformation of the shape. |
|
A |
Number |
Refer to it in the script with $a. |
|
B |
Number |
Refer to it in the script with $b. |
|
C |
Number |
Refer to it in the script with $c. |
|
D |
Number |
Refer to it in the script with $d. |
Outputs
|
Name |
Type |
Description |
|
Shape |
Shape |
The resulting shape. |