Reputation: 183
Lets say I want to draw a simple 3D hero with OpenGL. Here are my questions:
Upvotes: 1
Views: 927
Reputation: 162164
Is there a way to export 3D drawings from adobe illustrator CS5.1?
No, Illustrator is a 2D drawing program.
Are there any other programs, where you can draw 3D objects …
Blender, Maya, 3D Studio Max, XSI Softimage, Milkshape3D, Wings, SketchUp, and some more.
and export them for android development.
There's nothing specific to android. You save the 3D model in some file format you can read. Then your program reads the objects from the files with the known file format, put the data into their data structures and use those to command whatever 3D API is used. Like OpenGL.
OpenGL just sees a bunch of commands to draw triangles, lines and points to the scene.
How do the proffesionals draw they're 3D objects?
They don't draw them, they model them in a 3D modelling program. I named you a few.
Upvotes: 0
Reputation: 59811
Here goes it all again:
Upvotes: 3