Android OpenGL ES 2.0 Computer Graphics course project app.
Textures is hosted in the following web site
https://github.com/jozemberi/Textures
If you think the Android project Textures 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 Textures.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [nodpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.WRITE_EXTERNAL_STORAGE |
Raw File Names | res-master\Textures-master\res\raw\color_fragment_shader.glsl res-master\Textures-master\res\raw\color_vertex_shader.glsl res-master\Textures-master\res\raw\lesson_seven_fragment_shader.glsl res-master\Textures-master\res\raw\lesson_seven_vertex_shader.glsl res-master\Textures-master\res\raw\per_pixel_fragment_shader.glsl res-master\Textures-master\res\raw\per_pixel_fragment_shader_no_tex.glsl res-master\Textures-master\res\raw\per_pixel_fragment_shader_tex_and_light.glsl res-master\Textures-master\res\raw\per_pixel_vertex_shader.glsl res-master\Textures-master\res\raw\per_pixel_vertex_shader_no_tex.glsl res-master\Textures-master\res\raw\per_pixel_vertex_shader_tex_and_light.glsl res-master\Textures-master\res\raw\point_fragment_shader.glsl res-master\Textures-master\res\raw\point_vertex_shader.glsl |
There are 7 image files in Textures. The names of the image files are listed as follows.
floor_texture_0.png floor_texture_1.png floor_texture_2.png floor_texture_3.png floor_texture_4.png floor_texture_5.png foi_texture.png
The following screenshort is generated from the image listed above.
Textures has the following Java source files.
hr.foi.textures.MainActivity.java hr.foi.textures.PlayActivity.java hr.foi.textures.PlayGLRenderer.java hr.foi.textures.PlayGLSurfaceView.java hr.foi.textures.helpers.RawResourceReader.java hr.foi.textures.helpers.ShaderHelper.java hr.foi.textures.helpers.TextureHelper.java