Skip to content

Commit

Permalink
Fix README some more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Feinberg committed Jul 18, 2013
1 parent 591b227 commit 0df0a57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ void draw() {

h2. Acknowledgements

I learned how to calculate bicubic surfaces by reading the "course material":http://mrl.nyu.edu/~perlin/courses/spring2009/splines4.html that "Ken Perlin":http://www.mrl.nyu.edu/~perlin/ so kindly provides.

Part of Patchy is based on "his code":http://mrl.nyu.edu/~perlin/cubic/Cubic_java.html, and I am very grateful for it.
I learned how to calculate bicubic surfaces by reading the "course material":http://mrl.nyu.edu/~perlin/courses/spring2009/splines4.html that "Ken Perlin":http://www.mrl.nyu.edu/~perlin/ so kindly provides. Part of Patchy is based on "his code":http://mrl.nyu.edu/~perlin/cubic/Cubic_java.html, and I am very grateful for it.

I learned how to calculate vertex normals, and how to choose vertexes for triangles when rendering, by studying "this code":http://tom3k.info/processing/bicubic_patch/bicubic_patch.pde, by "Tomasz Kaczmarzyk":http://tom3k.info/ (tom3k). Tomasz was kind enough to explicitly license that code under the Apache 2.0 license, so that I could freely share my work. Thank you, tom3k.

Expand Down

0 comments on commit 0df0a57

Please sign in to comment.