Home page

Home Page

Colouring-in Animation 5

This is the same starting configuration as in animation 4, but now with damping. Even with damping it takes quite a while for all the pent up energy to dissipate.

Start     Animation

Script

import SPattern
pat=SPattern.makePattern(12,1,0)
pat.ping(0,45,.005)
pat.relax(300,0.1,50,True,300)

(c) John Whitehouse 2011