Small demo app to test loading OpenGL textures in a separate thread..
AndroidThreadedTextureLoader is hosted in the following web site
https://github.com/MichaelBeeu/AndroidThreadedTextureLoader
If you think the Android project AndroidThreadedTextureLoader listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidThreadedTextureLoader.
Item | Value |
---|---|
Java File Count | 10 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Asset File Names | assets\SomeTexture.png assets\SomeTexture1.png assets\SomeTexture2.png assets\fragmentShader.txt assets\vertexShader.txt |
AndroidThreadedTextureLoader has the following Java source files.
github.MichaelBeeu.threadedtexture.MainActivity.java github.MichaelBeeu.threadedtexture.controllers.GameController.java github.MichaelBeeu.threadedtexture.daos.TextureLoader.java github.MichaelBeeu.threadedtexture.models.GameModel.java github.MichaelBeeu.threadedtexture.utils.FileUtil.java github.MichaelBeeu.threadedtexture.utils.GLTools.java github.MichaelBeeu.threadedtexture.utils.Shader.java github.MichaelBeeu.threadedtexture.views.GameView.java github.MichaelBeeu.threadedtexture.vos.Mesh.java github.MichaelBeeu.threadedtexture.vos.TestMesh.java