Pen
Drawing Lines in OSL
Basics
Setting Pen States
Pen Down: Activates the pen to draw when moving.
Pen Up: Deactivates the pen, so movement doesn’t draw.
Customizing the Pen
Size: Sets the pen’s thickness.
Opacity: Adjusts the line’s transparency (0-100).
Brightness: Controls the line’s brightness (0-100).
Rendering Lines
Basic Line
Draws a simple straight line.
Dotted Line
Creates a line made of dots.
Striped Line
Creates a line made of alternating segments.
Last updated