Hi guys,
I'm wondering if it is possible to draw a triangle with the basic Starling code, so no graphics extension and such.
The most basic triangle, just like a Quad, would be sufficient and in fact the solution I'm after.
I'd probably take the Quad class as reference and set the vertices so that they form a triangle that suits my needs.
Possible or not?