Still learning the basics. Imagine I have a curve (rectangular shape, created with polyline tool) where all vertices have a constant Z value and variable X/Y values.
How can I manipulate that Z coordinate, i.e. to move that curve up/down on the Z/vertical axis? I think I might nee:
- an input where I can fill the desired Z;
- an object representing the curve;
- a transformation node that connects the represented curve to the input and handles the changes.
Thank you.