Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Android OpenGL ES Sphere tutorial

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I know that this is a java forum but android is java based. Any way, does anyone know of a good Android OpenGL ES Sphere how to tutorial?



Many thanks in advanced.

Drew
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What have you tried so far and where are you stuck?
Are you having problems with OpenGL or drawing a Sphere?
 
Drew Goldberg
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well I really don't know where to begin. I am pretty new to opengl ES. I understand that I am going to probably have to use triangle strips for most of sphere and triangle fans for the poles, but I really don't know where to start. How do I specify where the vertices should be in the sphere?


If you know of any good sphere tutorials. I would greatly appreciate it.

Drew
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Drew Goldberg wrote:well I really don't know where to begin....


I haven't worked with OpenGL before but a quick google gave me http://developer.android.com/guide/topics/graphics/opengl.html
 
Drew Goldberg
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, but that wasn't what I am looking for. I have looked at Nehe, ZeusCMD...etc but I need something more explicit on how to create a sphere.


Cheers,

Drew
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Of course it's your choice, but if I were new to OpenGL like you said you were, I would start off small, trying to understand and learn the basics, instead of looking for some ready made code to draw a sphere.
 
Would you turn that thing down? I'm controlling a mind here! Look ... look at the tiny ad ...
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic