Hii,
I want to make a simple live wallpaper using OpenGL in Android that will draw the textures.
I have develop a simple OpenGL Activity that can work exactly for live wallpaper. But som开发者_StackOverflowe problems are there like IllegleArgumentException.
I am using GLWallpaperService from earth live wallpaper.
Thanks....
You may have better luck getting GLWallpaperService from the main project repository on github. It is actively maintained and documented there.
Modern releases of GLWallpaperService will accept a GLSurfaceView.Renderer class. This means you can reuse the Renderer class that you wrote for your activity directly in your live wallpaper.
i've done the same task today.
it can be useful for you: http://www.rbgrn.net/content/354-glsurfaceview-adapted-3d-live-wallpapers
精彩评论