Android Open Source - OpenGL Experiment GLESTests






Project Summary

A bunch of experiments usign OpenGL ES on Android..

Web Site / Source Repository

GLESTests is hosted in the following web site
https://github.com/andreban/GLESTests

If you think the Android project GLESTests listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of GLESTests.

ItemValue
Java File Count83
Minimum SDK Version8
Activity Count19
Raw File Namesres\raw\brick.tga
res\raw\headorange.jpg
res\raw\ironhead.md3
res\raw\ironlegs.md3
res\raw\irontorso.md3
res\raw\lowerorange.jpg
res\raw\robot.png
res\raw\upperorange.jpg
res\raw\water_can.tga
res\raw\watercan.md3
res\raw\watercan_dmg.md3




Java Source Files

GLESTests has the following Java source files.

com.mobplug.android.glestests.CubeActivity.java
com.mobplug.android.glestests.CubeLightingActivity.java
com.mobplug.android.glestests.CubeLightingTextureActivity.java
com.mobplug.android.glestests.CubeTextTextureActivity.java
com.mobplug.android.glestests.CubeTextureActivity.java
com.mobplug.android.glestests.CylinderLightingTextureActivity.java
com.mobplug.android.glestests.DiskLightingTextureActivity.java
com.mobplug.android.glestests.GLESTestsActivity.java
com.mobplug.android.glestests.Md3LoaderActivity.java
com.mobplug.android.glestests.Md3ModelActivity.java
com.mobplug.android.glestests.Md3ModelTextureActivity.java
com.mobplug.android.glestests.MenuActivity.java
com.mobplug.android.glestests.SphereLightingTextureActivity.java
com.mobplug.android.glestests.TGACubeTextureActivity.java
com.mobplug.android.glestests.TorusActivity.java
com.mobplug.android.glestests.TorusLightingActivity.java
com.mobplug.android.glestests.TorusLightingTextureActivity.java
com.mobplug.android.glestests.TorusToonShaderActivity.java
com.mobplug.android.glestests.Tunnels1Activity.java
com.mobplug.android.glestests.cube.CubeGame.java
com.mobplug.android.glestests.cube.CubeRenderer.java
com.mobplug.android.glestests.cubelighting.CubeLightingGame.java
com.mobplug.android.glestests.cubelighting.CubeLightingRenderer.java
com.mobplug.android.glestests.cubelightingtexture.CubeLightingTextureGame.java
com.mobplug.android.glestests.cubelightingtexture.CubeLightingTextureRenderer.java
com.mobplug.android.glestests.cubetexttexture.CubeTextTextureGame.java
com.mobplug.android.glestests.cubetexttexture.CubeTextTextureRenderer.java
com.mobplug.android.glestests.cubetexture.CubeTextureGame.java
com.mobplug.android.glestests.cubetexture.CubeTextureRenderer.java
com.mobplug.android.glestests.cylinderlightingtexture.CylinderLightingTextureGame.java
com.mobplug.android.glestests.cylinderlightingtexture.CylinderLightingTextureRenderer.java
com.mobplug.android.glestests.disklightingtexture.DiskLightingTextureGame.java
com.mobplug.android.glestests.disklightingtexture.DiskLightingTextureRenderer.java
com.mobplug.android.glestests.glutils.BufferUtils.java
com.mobplug.android.glestests.glutils.GLBatch.java
com.mobplug.android.glestests.glutils.GLBatchFactory.java
com.mobplug.android.glestests.glutils.GLFrustrum.java
com.mobplug.android.glestests.glutils.GLShader.java
com.mobplug.android.glestests.glutils.GLShaderFactory.java
com.mobplug.android.glestests.glutils.GLStringTexture.java
com.mobplug.android.glestests.glutils.GLTexture.java
com.mobplug.android.glestests.glutils.GLUtils.java
com.mobplug.android.glestests.glutils.GeometryTransform.java
com.mobplug.android.glestests.glutils.LittleEndianDataInputStream.java
com.mobplug.android.glestests.glutils.Math3D.java
com.mobplug.android.glestests.glutils.MatrixStack.java
com.mobplug.android.glestests.glutils.SimpleGLBatch.java
com.mobplug.android.glestests.glutils.TGATexture.java
com.mobplug.android.glestests.glutils.TGATextureLoader.java
com.mobplug.android.glestests.glutils.VBOGLBatch.java
com.mobplug.android.glestests.glutils.models.md3.Md3Exception.java
com.mobplug.android.glestests.glutils.models.md3.Md3Frame.java
com.mobplug.android.glestests.glutils.models.md3.Md3Mesh.java
com.mobplug.android.glestests.glutils.models.md3.Md3MeshFrame.java
com.mobplug.android.glestests.glutils.models.md3.Md3Model.java
com.mobplug.android.glestests.glutils.models.md3.Md3ModelLoader.java
com.mobplug.android.glestests.glutils.models.md3.Md3ModelPart.java
com.mobplug.android.glestests.glutils.models.md3.Md3ModelPartLoader.java
com.mobplug.android.glestests.glutils.models.md3.Md3Tag.java
com.mobplug.android.glestests.md3loader.Md3LoaderGame.java
com.mobplug.android.glestests.md3loader.Md3LoaderRenderer.java
com.mobplug.android.glestests.md3model.Md3ModelGame.java
com.mobplug.android.glestests.md3model.Md3ModelRenderer.java
com.mobplug.android.glestests.md3modeltexture.Md3ModelTextureGame.java
com.mobplug.android.glestests.md3modeltexture.Md3ModelTextureRenderer.java
com.mobplug.android.glestests.spherelightingtexture.SphereLightingTextureGame.java
com.mobplug.android.glestests.spherelightingtexture.SphereLightingTextureRenderer.java
com.mobplug.android.glestests.tgacubetexture.TGACubeTextureGame.java
com.mobplug.android.glestests.tgacubetexture.TGACubeTextureRenderer.java
com.mobplug.android.glestests.torus.TorusGame.java
com.mobplug.android.glestests.torus.TorusRenderer.java
com.mobplug.android.glestests.toruslighting.TorusLightingGame.java
com.mobplug.android.glestests.toruslighting.TorusLightingRenderer.java
com.mobplug.android.glestests.toruslightingtexture.TorusLightingTextureGame.java
com.mobplug.android.glestests.toruslightingtexture.TorusLightingTextureRenderer.java
com.mobplug.android.glestests.torustoonshader.TorusToonShaderGame.java
com.mobplug.android.glestests.torustoonshader.TorusToonShaderRenderer.java
com.mobplug.android.glestests.triangle.TriangleGame.java
com.mobplug.android.glestests.triangle.TriangleRenderer.java
com.mobplug.android.glestests.tunnels1.Map.java
com.mobplug.android.glestests.tunnels1.Tunnels1Game.java
com.mobplug.android.glestests.tunnels1.Tunnels1Renderer.java
fix.android.opengl.GLES20
.java