Shows how to create OpenGL ES 2 models for Android phones.
AndroidGL2SampleCode is hosted in the following web site
https://github.com/L7ColWinters/AndroidGL2SampleCode
If you think the Android project AndroidGL2SampleCode 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 AndroidGL2SampleCode.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 9 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Raw File Names | res\raw\ballon_mtl.mtl res\raw\ballon_obj.obj res\raw\fragmentshader.frag res\raw\vertexshader.vert |
There are 1 image files in AndroidGL2SampleCode. The names of the image files are listed as follows.
star.png
The following screenshort is generated from the image listed above.
AndroidGL2SampleCode has the following Java source files.
GLEffect.ExplosionEffect.java GLModels.Balloon.java GLModels.Circle.java GLModels.GLModelInterface.java GLModels.TexturedRectangle.java GLUtils.ModelImporter.java GLUtils.RawResourceReader .java GLUtils.ShaderHelper .java GLUtils.TextureHelper .java beans.Face.java beans.GroupObject.java beans.Vector3D.java com.example.customobjectgl.MainActivity.java com.example.customobjectgl.Scene.java particles.Particle.java particles.ParticleEffect.java