Update examples

This commit is contained in:
codeanticode
2012-12-31 00:30:48 +00:00
parent 1e193ca436
commit 4b51e9c4c0
10 changed files with 28 additions and 28 deletions
@@ -23,7 +23,7 @@ void setup() {
PShape part = createShape();
part.beginShape(QUAD);
part.noStroke();
part.tint(color(255));
part.tint(255);
part.texture(sprite);
part.normal(0, 0, 1);
part.vertex(cx - partSize/2, cy - partSize/2, cz, 0, 0);