My idea is the gemeration of the shape, to gradually slow down in it's creation. The recursion loop 300 times, during these 300 loop 300 sphere gets drawn on a random translate. I would like the first loop of the recursion to happen right away, the second loop after 0.01, the third loop after 0.03, the fourth loop at 0.6 etc. exponentially so that the complete drawing of the 300 sphere start fast and slowly ease out.

does that makes sense ?

thanks

gef

On Mon, 11 Jul 2011, Kassen wrote:

Damaru;

      I understand the process, it's a step in the right direction,
      but not what I was thinking. So when creating a recursion it
      cannot be slowed down I assume, since the every-frame kicks in.
      The recursion is the part I was trying to 'slow down' so I
      guess if I generate that pattern without the recursion I could
      'slow down' all of these steps with this code provided.


Let me see whether I understand you; here you would like to create a pause
in time between every call to the recursive function while the rotation
continues? I think Dave was working on a sort of recursion with pauses.
Right now I'm not sure recursion is the right tool. What if you would
describe the exact visual effect that you need and we have a look at how to
program that?

Yours,
Kas.


Reply via email to