Output

The terminal node in every graph. It receives the final frame and applies a last round of scale, position, and rotation before the content goes to the laser. Every graph needs exactly one Output node.

Inputs

PortTypeDefaultRangeDescription
FrameFrameThe final frame to output
Scale XScalar1.00–2Horizontal scale
Scale YScalar1.00–2Vertical scale
Shift XScalar0.0−1–1Horizontal position offset
Shift YScalar0.0−1–1Vertical position offset
RotationScalar0.0−1–1Output rotation (scaled to ±180°)

Outputs

This node has no outputs. It is the final destination.

Tips

  • Output clips to bounds. Content that extends beyond the ±1 range is cut off.
  • Use Shift X/Y to reposition the entire scene without modifying individual shapes upstream.
  • Scale and rotation here stack with any transforms applied earlier in the graph.