-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.DrawTriangleLines
JoeStrout edited this page Apr 29, 2026
·
2 revisions
Draw a triangle using lines NOTE: Vertex must be provided in counter-clockwise order
| Parameter | Default Value | Note |
|---|---|---|
| v1 | ||
| v2 | ||
| v3 | ||
| color | WHITE |
None.
// Draw a triangle outline (vertices in counter-clockwise order)
raylib.DrawTriangleLines [200, 50], [100, 200], [300, 200], raylib.GREEN