Updated opengl examples

This commit is contained in:
codeanticode
2012-04-24 16:57:42 +00:00
parent ff2f74994e
commit 0eba7c327e
14 changed files with 95 additions and 75 deletions
@@ -15,7 +15,7 @@ void setup()
{
size(640, 360, P3D);
tex = loadImage("berlin-1.jpg");
textureMode(NORMALIZED);
textureMode(NORMAL);
fill(255);
stroke(color(44,48,32));
}