what tool should I use for drawing 2d OpenGL shapes?

Posted by Kenny Winker on Game Development See other posts from Game Development or by Kenny Winker
Published on 2011-02-09T22:33:21Z Indexed on 2011/02/09 23:35 UTC
Read the original article Hit count: 338

Filed under:
|
|

I'm working on a very simple OpenGL ES 2.0 game, and I'm not sure what tool to use to create the vertex data I need. My first thought was adobe illustrator, but I can't seem to google up any info on how to convert an .ai file to vertices. I'm only going to be using very simple 2d shapes so I wonder if I need to use a 3d modelling program? How is this typically done, when you are working with 2d non-sprite shapes?

© Game Development or respective owner

Related posts about 2d

Related posts about opengl-es