[android-developers] Re: Help with GLSurfaceView

2009-07-23 Thread Sujay Krishna Suresh
Yes. I need to do that.Can anybody plz help me with this?? On Wed, Jul 22, 2009 at 8:51 PM, Micah mi...@ourmailbox.net wrote: Ah, so you want to render your UI to a texture and then apply that texture to a 3D object? If so then I don't know if/how to do that. :P On Jul 22, 8:09 am, Sujay

[android-developers] Re: Help with GLSurfaceView

2009-07-22 Thread Micah
I'm guessing you want a 3D background behind some other UI? If so check out: http://developer.android.com/reference/android/widget/FrameLayout.html That lets you just stack several views on top of each other. Note: I don't know if it works with GLSurfaceView, but it should be pretty easy to test

[android-developers] Re: Help with GLSurfaceView

2009-07-22 Thread Sujay Krishna Suresh
Hi micah, thnx for the reply, but my requirement is to rotate the entire view. Say for example i need to provide the user a 3d desktop kinda ui, on rotation of the cube a whole view/viewgroup needs to rotate. thats y i need it to be either the canvas of the view or it shd act like a

[android-developers] Re: Help with GLSurfaceView

2009-07-22 Thread Micah
Ah, so you want to render your UI to a texture and then apply that texture to a 3D object? If so then I don't know if/how to do that. :P On Jul 22, 8:09 am, Sujay Krishna Suresh sujay.coold...@gmail.com wrote: Hi micah,               thnx for the reply, but my requirement is to rotate the