WorldWindAndroid icon indicating copy to clipboard operation
WorldWindAndroid copied to clipboard

How to make the worldwind background transparent?

Open q200892907 opened this issue 7 years ago • 2 comments

How to make the worldwind background transparent?

q200892907 avatar Jan 11 '18 09:01 q200892907

You need to provide an EGLConfig override to the WorldWindow constructor. See #89 and #57 for implementations which customize the EGLConfig for transparency.

zglueck avatar Jan 11 '18 15:01 zglueck

@zglueck I used the #89 and #57 method, but I can't make the background transparent! I set the setZOrderOnTop(true) background to be transparent, but WorldWind is at the top of the view, blocking some of the UI.

q200892907 avatar Jan 12 '18 08:01 q200892907