Andengine Applying Transparancy To Andengine View
I am developing a game with the help of andEngine in Android. I have defined background in layout xml and trying to put some component on the screen using AndEngine. But the AndEng
Solution 1:
Have a look at BaseAugmentedRealityGameActivity class from the AndEngineAugmentedRealityExtension. It does the proper surface setup for a transparent background.
As a working example, try the AugmentedRealityExample of the AndEngineExamples , which makes use of this.
Post a Comment for "Andengine Applying Transparancy To Andengine View"