Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
learnopengles committed May 9, 2012
1 parent 65077f2 commit 94cf32e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions android/AndroidOpenGLESLessons/README.TXT

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ void main()

// Multiply the color by the diffuse illumination level and texture value to get final output color.
gl_FragColor = (v_Color * diffuse * texture2D(u_Texture, v_TexCoordinate));
}
}

0 comments on commit 94cf32e

Please sign in to comment.