[solved] How to convert a svg into a 3d mesh?

I have a svg, and I’d like to have it extruded into a 3d mesh that can be loaded in jme. How should I do that?

http://spolearninglab.com/curriculum/software/3d_modeling/blender/blender_02.html

2 Likes

So I’ve created this .blend file, but if I convert it to j3o on 3.1 I get some error and the final result is missing quite a few triangles…

Try triangulating the mesh in blender.

1 Like

Yeah, that worked! :smile:
For self-reference:

http://www.blender.org/manual/editors/properties/contexts.html

http://www.blender.org/manual/modifiers/generate/triangulate.html