simple opengl 3d game for android, 90% of the code is from robert chin's beginning android 3d game development.
gles-project-1 is hosted in the following web site
https://github.com/johnmarinelli/gles-project-1
If you think the Android project gles-project-1 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 gles-project-1.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Asset File Names | assets\raw\schubert-march.mp3 |
Raw File Names | res\raw\dogecollision.mp3 res\raw\fsonelight res\raw\vsonelight.vert |
There are 1 image files in gles-project-1. The names of the image files are listed as follows.
doge.png
The following screenshort is generated from the image listed above.
gles-project-1 has the following Java source files.
com.robsexample.glhelloworld.Camera.java com.robsexample.glhelloworld.Cube.java com.robsexample.glhelloworld.CubeFactory.java com.robsexample.glhelloworld.GameActivity.java com.robsexample.glhelloworld.MainActivity.java com.robsexample.glhelloworld.Material.java com.robsexample.glhelloworld.MeshEx.java com.robsexample.glhelloworld.MyGLRenderer.java com.robsexample.glhelloworld.Object3d.java com.robsexample.glhelloworld.Object3dFactory.java com.robsexample.glhelloworld.Object3dManager.java com.robsexample.glhelloworld.Orientation.java com.robsexample.glhelloworld.PointLight .java com.robsexample.glhelloworld.Shader.java com.robsexample.glhelloworld.Texture.java com.robsexample.glhelloworld.Utility.java