Experiment
This is another experiment exploring the benefits of scripting, using object oriented programming in creating beautiful and creative forms.
Perlin Noise
Its a kind of texture, generated by computer program, using a gradient noise algorithm, it generate an artistic complex visual effect, without overwhelming the processor with a lot of work, and it give a natural look to the form generated by simulating nature. the way it works; it give a grid of points random values between 1 & -1, each point with perlin value, have neighbor points with closer perlin values.
Acknowledgment /References
Daniel Shiffman’s nature of Code works
Steve Baer from Mckneel and his help finding the tools
Jake Hebbert’s Tutorials
http://en.wikipedia.org/wiki/Perlin_noise