Android Open Source - OpenGL Demo OpenGLShadowDemo






Project Summary

Android OpenGL ES 2 - Shadow Mapping Demo.

Web Site / Source Repository

OpenGLShadowDemo is hosted in the following web site
https://github.com/pogi-b/OpenGLShadowDemo

If you think the Android project OpenGLShadowDemo 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 OpenGLShadowDemo.

ItemValue
Java File Count8
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version9
Activity Count1
jar files usedandroid-support-v4.jar
Raw File Namesres\raw\depth_tex_f_depth_map.glsl
res\raw\depth_tex_f_with_pcf_shadow.glsl
res\raw\depth_tex_f_with_pcf_shadow_dynamic_bias.glsl
res\raw\depth_tex_f_with_simple_shadow.glsl
res\raw\depth_tex_f_with_simple_shadow_dynamic_bias.glsl
res\raw\depth_tex_v_depth_map.glsl
res\raw\depth_tex_v_with_shadow.glsl
res\raw\f_depth_map.glsl
res\raw\f_with_pcf_shadow.glsl
res\raw\f_with_pcf_shadow_dynamic_bias.glsl
res\raw\f_with_simple_shadow.glsl
res\raw\f_with_simple_shadow_dynamic_bias.glsl
res\raw\v_depth_map.glsl
res\raw\v_with_shadow.glsl




License

The license information of OpenGLShadowDemo is as follows:

MIT License

Resource Files

There are 1 image files in OpenGLShadowDemo. The names of the image files are listed as follows.

shadow_ic_launcher.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.projectI.openglshadowdemo.Cube.java
com.projectI.openglshadowdemo.Plane.java
com.projectI.openglshadowdemo.ShadowsActivity.java
com.projectI.openglshadowdemo.ShadowsGLSurfaceView.java
com.projectI.openglshadowdemo.ShadowsRenderer.java
com.projectI.openglshadowdemo.common.FPSCounter.java
com.projectI.openglshadowdemo.common.RenderConstants.java
com.projectI.openglshadowdemo.common.RenderProgram.java