- Home /
Read polygons from svg file and convert them to meshes
I need to read polygons from svg file and convert them into meshes. Are there any ready made scripts capable to accomplish that? or any similar ones for remaking?
Comment
Do you have to do it at runtime (and so need a script), or would any Windows/$$anonymous$$ac tool do?
I am going to allow the user to do it at runtime. It is not difficult in fact, but I am wondering perhaps someone has already done that. Svg is much like xml and I need to extract polygons and then triangulate them.
Best Answer
Answer by tomekkie2 · Aug 08, 2011 at 10:35 PM
I haven't found any ready-made script or answer and just read in polygons points from svg file and triangulated them. For those interested I presented the detailed example with sources in form of a post: