I am looking to design a large number of polygon (geometric not 3D) shapes for use in a JavaFX 2 application. At the moment the only way I find to do that is manually enter every point for the polygons into and fxml file. Although this is a very slow process. I can not find a way to use Scene builder for this. When you create a polygon, its initially a triangle, and there is no apparent way of how to add more points.
Is there any free(or cheap) application that allows you to design shapes, and then give you all coordinates for the points ?
Im using OSX but also got win7.
p.s: If this is not the right place for this question please let me know.