-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
I was trying out Transparent Background as per code snippet on this link: https://github.com/smart-fun/smartGL/wiki/Transparent-Background
Basically, I have a demo code from https://github.com/smart-fun/smartGL (just the rotating 2D sprite -- not the 3D). Then I added snippet from Transparent Background to MainActivity's onCreate and expecting to see the rotating 2D on top of whatever was on my screen before launching the demo app.
Either it's not working or I added it in wrong area of MainActivity (currently on onCreate). or worse, I have wrong expectation.
~creek23