update my shape editor: http://giderosmobile.com/tools/shapeeditor now you can: - open image with no rerun ShapeEditor application - zoom image - set format string for output data
-- init.lua-- anchor point of image
apx =0.5
apy =0.5-- patterns for data output
pattern1 ="{x = %.5f, y = %.5f},"-- for polygon
pattern2 ="{{x = %.5f, y = %.5f}, {x = %.5f, y = %.5f}, {x = %.5f, y = %.5f},},"-- for triangles
Comments
http://giderosmobile.com/tools/shapeeditor
now you can:
- open image with no rerun ShapeEditor application
- zoom image
- set format string for output data
Likes: fxone, ar2rsawseen, atilim, tanerhun
Likes: MoKaLux
and ++++++ for using Gideros tool catalog
Likes: MoKaLux