Take a look at demo apps from SDK. Some of them draw a cube. You need to do similar thing to display a sphere. AFAIK there is no way to draw 3D sphere using some single command. You need to generate vertices, put them in vertex buffer and call DrawArrays or DrawElements function.
On Sep 25, 5:14 pm, 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 -~----------~----~----~----~------~----~------~--~---

