Android Open Source - OpenGL texture Textures






Project Summary

Android OpenGL ES 2.0 Computer Graphics course project app.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Textures.

ItemValue
Java File Count7
Supported screen sizes[nodpi]
Target SDK Version16
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.CAMERA
android.permission.WRITE_EXTERNAL_STORAGE
Raw File Namesres-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




Resource Files

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.

null




Java Source Files

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