No. OpenGL draws primitives, which are either lines or triangles. You can do most anything with those primitives but it does require that you learn how to create and manipulate geometry, textures, views, etc.
I think a lot of people are under the impression that there is much more in the OpenGL ES API than there is On Apr 29, 12:02 am, satish bhoyar <[email protected]> wrote: > I am confused .. what to use .... there is no straight way? > I will read also if needed... > thanks, > satish > > > > > > On Wed, Apr 28, 2010 at 10:57 PM, Stephen Eilert <[email protected]> wrote: > > I recommend learning more about what OpenGL is about and how the > > rendering pipeline works. > > > --Stephen > > > programmer, n: > > A red eyed, mumbling mammal capable of conversing with > > inanimate monsters. > > > On Wed, Apr 28, 2010 at 2:22 PM, Robert Green <[email protected]> wrote: > > > There is a GL_LINES drawing mode but that's nothing you can control > > > the way you're describing. It's mostly intended for wireframe > > > drawing. > > > > I recommend geometry generation or texturing to get the effect you > > > want. > > > > On Apr 28, 9:14 am, satish bhoyar <[email protected]> wrote: > > >> Hi all guys, > > > >> how to draw different types of lines like thick line, dashed line etc > > using > > >> opengl android? > > > >> thanks > > >> satish > > > >> -- > > >> 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]<android-developers%2Bunsubs > > >> [email protected]> > > >> For more options, visit this group athttp:// > > groups.google.com/group/android-developers?hl=en > > > > -- > > > 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]<android-developers%2Bunsubs > > > [email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > > -- > > 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]<android-developers%2Bunsubs > > [email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > 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 > athttp://groups.google.com/group/android-developers?hl=en -- 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

