2

How can I draw a sphere in Android using OpenGL ES?

kroneml
  • 677
  • 3
  • 16
user1573344
  • 63
  • 1
  • 1
  • 8
  • 3
    you should check API Demo example – Hardik Nadiyapara Aug 07 '12 at 09:17
  • What have you tried so far? Which version of OpenGL ES (1.x, 2.0)? Do you know how to use OpenGL ES at all? As @HardikNadiyapara said, you should really look at the Android tutorials first, e.g. http://developer.android.com/training/graphics/opengl/index.html. Btw, you should not ask "please do this for me and send me the code"-questions on SO (see the [FAQ](http://stackoverflow.com/faq))! – kroneml Aug 07 '12 at 09:25

1 Answers1

6

Your question is possible duplicate of the below questions:

Problem drawing a sphere in OPENGL ES

Drawing a sphere in OpenGL ES

I will advise you to do some research before asking the question, as there are many tutorial available for the same :

http://www.learnopengles.com/android-lesson-one-getting-started/

If you face any issue or problem while trying then should ask the question with the real problem.

Thanks.

Community
  • 1
  • 1
Nibha Jain
  • 7,742
  • 11
  • 47
  • 71