# glsamples **Repository Path**: zoozooll/glsamples ## Basic Information - **Project Name**: glsamples - **Description**: Open GL ES samples on android - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Open GL ES Samples Using Java on Android ## 1 GLES Basic ### 1.6 Light #### 1.6.5 [Point Light - Ambient, Diffuse and Specular](https://github.com/zoozooll/glsamples/tree/master/sample1_6_5) #### 1.6.6 [Diractional Light](https://github.com/zoozooll/glsamples/tree/master/sample1_6_6) #### 1.6.7 [Point Light - normal vector in vertex shader](https://github.com/zoozooll/glsamples/tree/master/sample1_6_7) #### 1.6.8 [Point Light - normal vector in vertex shader 2](https://github.com/zoozooll/glsamples/tree/master/sample1_6_8) #### 1.6.9 [Point Light - normal vector in fragment shader](https://github.com/zoozooll/glsamples/tree/master/sample1_6_9) #### 1.6.10 [Point Light - normal vector in vertex shader 3](https://github.com/zoozooll/glsamples/tree/master/sample1_6_10) ### 1.7 Texture #### 1.7.5 [Multiple Textures](https://github.com/zoozooll/glsamples/tree/master/sample1_7_5)