Experimental plugin, likely to change.
https://www.construct.net/en/make-games/addons/224/funkyquad
Draw FunkyQuad with arbitrary vertices, but funky texturing. Funky texturing is due to a quad being drawn as two triangles in C3.
Contains one action which allows for arbitrarily setting the vertices of the FunkyQuad plugin.
Does not have the actions/animations of a Sprite, not a Sprite replacement, but can create some interesting effect.
To draw a triangle, create a degenerate FunkyQuad (set two adjacent vertices to be equal.)
Possible additions (add comments if you have others.)
- Overlap condition check.
- Z Elevation (when SDK is available.)
For more interesting information on why there is funky texturing, see: http://reedbeta.com/blog/quadrilateral-interpolation-part-1/