Draw lines sequuence (using gl lines)
None.
// Draw a zigzag line through a series of points pts = [[50, 200], [100, 100], [150, 200], [200, 100], [250, 200]] raylib.DrawLineStrip pts, raylib.GREEN
There was an error while loading. Please reload this page.