You can skip ahead to creating them in a tool, exporting to obj and importing the obj files into your app/game.
I did that for Light Racer 3D - http://www.rbgrn.net/content/313-light-racer-3d-days-1-2-learning-opengl-es There is a code snippet in that article which will import an OBJ file into geometry that you can use in OpenGL ES. Just make your sphere (or any object, for that matter) in whatever tool you'd like, export it as an obj, import using that code and you've got it. On Sep 25, 8:14 am, androidDeveloper <[email protected]> wrote: > Anyone know how to draw a 3D-sphere with OpenGL ES in android? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

