what tool should I use for drawing 2d OpenGL shapes?
- by Kenny Winker
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?