WorldWindAndroid
WorldWindAndroid copied to clipboard
How to make the worldwind background transparent?
How to make the worldwind background transparent?
You need to provide an EGLConfig override to the WorldWindow constructor. See #89 and #57 for implementations which customize the EGLConfig for transparency.
@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.