and notes for the opengl pc/mac examples

This commit is contained in:
codeanticode
2012-02-13 21:42:31 +00:00
parent e1739d5974
commit 46063bd711
5 changed files with 10 additions and 3 deletions
@@ -1,5 +1,7 @@
// Example showing the use of a custom lighting shader in order
// to apply a toon effect on the scene.
// Based on the glsl tutorial from lighthouse 3D:
// http://www.lighthouse3d.com/tutorials/glsl-tutorial/toon-shader-version-ii/
PShader shader;
PGraphicsOpenGL pg;