Added shader examples

This commit is contained in:
codeanticode
2012-02-13 06:09:00 +00:00
parent 82f53e87c2
commit 2307724a5e
6 changed files with 161 additions and 1 deletions
@@ -11,7 +11,7 @@ float px = 0, py = 0, pz = 0;
float flapSpeed = 0.2;
void setup(){
size(640, 360, P3D);
size(640, 360, P3D);
noStroke();
}