Any ideas how to create X random shaped polygons that would fit together (e.g.: from an 400px x 400px size) ? They also could be pre-determined shapes that fit together… Random would be better though…
I’d be applying it to the technique below. What I’ll be using it for is jigsaw type puzzles, not having to slice the bitmap itself will save time, plus the ability to have variable pieces / sizes will be awesome.
“… simply fill the polygon with the image itself with Graphics 2.0…”
http://ragdogstudios.com/2013/12/29/transform-any-polygon-into-a-mask-with-corona-sdk/
Thanks!