Skip to content

Commit

Permalink
whitespace?
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Borenstein committed May 26, 2012
1 parent 9dd449d commit 5651646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hatchShader/hatchShader.pde
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ void draw() {
background(0);
fill(255, 255*0.5, 0);

pointLight(100, 200, 100, 0, 1, 1);
pointLight(100, 200, 100, 0, 0, -1);
pointLight(100, 200, 100, 0, 1, 1);
pointLight(100, 200, 100, 0, 0, -1);

sphereDetail(60);
pushMatrix();
Expand Down

0 comments on commit 5651646

Please sign in to comment.