Aman5692 / min3d

Automatically exported from code.google.com/p/min3d
0 stars 0 forks source link

Patch for /trunk/src/min3d/core/RendererActivity.java #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Suggestion regarding how you can make the glsurfaceview transparent

Original issue reported on code.google.com by Kfi...@gmail.com on 29 Jan 2011 at 1:00

Attachments:

GoogleCodeExporter commented 9 years ago
See also issue 32.

Original comment by Kfi...@gmail.com on 29 Jan 2011 at 1:02

GoogleCodeExporter commented 9 years ago
Thanks for this. 

Transparency support has been added indirectly thru overriding stub method 
"glSurfaceViewConfig()" in RenderActivity. And added an example activity to the 
sample project.

I felt skittish about formally adding "_glSurfaceView.setEGLConfigChooser..." 
in any specific form, which is why I did it this way.

Original comment by l...@felar.ca on 21 Feb 2011 at 5:35