Android Open Source - OpenGL Demo android-per-pixel-lighting-demo






Project Summary

A simple Android per-pixel-lighting demo using OpenGL ES 2.0.

Web Site / Source Repository

android-per-pixel-lighting-demo is hosted in the following web site
https://github.com/pedroedrasousa/android-per-pixel-lighting-demo

If you think the Android project android-per-pixel-lighting-demo 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 android-per-pixel-lighting-demo.

ItemValue
Java File Count13
Target SDK Version19
Minimum SDK Version9
Activity Count1
jar files usedandroid-support-v4.jar
Asset File Namesassets\stone_d.png
assets\stone_n.png
assets\teapot.mtl
assets\teapot.obj
Raw File Namesres\raw\lighting_frag.glsl
res\raw\lighting_vert.glsl
res\raw\point_frag.glsl
res\raw\point_vert.glsl




License

The license information of android-per-pixel-lighting-demo is as follows:

Apache License

Java Source Files

com.pedroedrasousa.engine.EngineGLSurfaceView.java
com.pedroedrasousa.engine.Renderer.java
com.pedroedrasousa.engine.ShaderProgram.java
com.pedroedrasousa.engine.Texture.java
com.pedroedrasousa.engine.Vec2.java
com.pedroedrasousa.engine.Vec3.java
com.pedroedrasousa.object3d.Mesh.java
com.pedroedrasousa.object3d.Model.java
com.pedroedrasousa.object3d.ObjLoader.java
com.pedroedrasousa.object3d.Triangle.java
com.pedroedrasousa.object3d.Vertex.java
com.pedroedrasousa.perpixellightingdemo.MainActivity.java
com.pedroedrasousa.perpixellightingdemo.PerPixelLighting.java