I understand that GLSurfaceView and SurfaceView are Java classes, but
I thought that you should use Open GL C++ for the 3d graphics.  I then
searched for more information about this and I found the
android.opengl package.

So do you mean that I should use the android.opengl package to develop
the 3d  graphics in openGL? Is this the standard way to develop 3d
graphics in Android?


On 25 Nov, 12:27, Miguel Morales <[email protected]> wrote:
> What? No, no C++.  Just use a GLSurfaceView to render all your 3dopenGLstuff. 
>  Then add an overlay View (maybe a SurfaceView) and add
> all your regular2Dcontrols/widgets that come with Android.
>
> On Thu, Nov 25, 2010 at 3:11 AM, Eyvind Almqvist
>
>
>
>
>
> <[email protected]> wrote:
> > Do you mean mixing Java and C++ in an Android project? SurfaceView and
> > theGUIin Java and GLSurfaceView and the visual effects in OpenGLC+
> > +?
>
> > On 25 Nov, 01:12, Miguel Morales <[email protected]> wrote:
> >> You can simply have a SurfaceView overlaying your GLSurfaceView and
> >> draw whatever HUD orGUIelements you want using the regular Android
> >> widgets.
>
> >> On Wed, Nov 24, 2010 at 5:43 AM, Eyvind Almqvist
>
> >> <[email protected]> wrote:
> >> > I want to make anOpenGLESversion of my M3Gapp"Astral 3d worlds".
> >> > Theapphas a2dGUI, from which you can start 10 visual effects.
>
> >> > I can port the  visual effects toOpenGLES, but how can Ibuildthe
> >> >2dGUI? Should I really useOpenGLESfor that?
>
> >> > --
> >> > 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
>
> >> --
> >> ~ Jeremiah:9:23-24
> >> Android2DMMORPG:http://developingthedream.blogspot.com/,http://www.youtube.com/user/r...
>
> > --
> > 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
>
> --
> ~ Jeremiah:9:23-24
> Android2DMMORPG:http://developingthedream.blogspot.com/,http://www.youtube.com/user/revoltingx-
>  Dölj citerad text -
>
> - Visa citerad text -

-- 
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

Reply via email to