lmccart / gswp5.js-code

gswp5.js code examples
135 stars 55 forks source link

Update to reset fill(255) #3

Open wjmoner opened 7 years ago

wjmoner commented 7 years ago

This will allow for the code to match the photo in the book by resetting the fill in the draw loop to white.

wjmoner commented 7 years ago

Note: it's up to you whether you want the reset explicitly at the top of draw() or at the end.