Papervision3D Lorenz Attractor


With a simple algorithm, papervision, and the new Line3D class, we can now do some really cool things in flash!

 

Lorenz SS

 

Click here to see it!

It draws 3000 lines, so you’ll need a fast computer if you want to zoom in (+/-).  Enjoy!

The Lorenz Equation:

  x1 = x0 + h * a * (y0 – x0);
  y1 = y0 + h * (x0 * (b – z0) – y0);
  z1 = z0 + h * (x0 * y0 – c * z0);

 x0 = x1;
 y0 = y1;
 z0 = z1;

And of course, for those who want it:

source

Let me know if you find a parameter set that outputs something especially cool (or any ideas/improvements you may have for it)!

 


6 Comments, Comment or Ping

  1. Beautiful! :)

    August 31st, 2007

  2. sweeteness!
    i like: [13, 22, 2.22]

    August 31st, 2007

  3. Hello! Good Site! Thanks you! orsegpqzebf

    September 7th, 2007

  4. Hi there, I need an easy to apply web site. I mean, this with credit card offers. A chick told me there’s what I search for. I’ll thank you if you tell me – is it really so good? She said it’s

    discover card balance trasfer

    December 17th, 2007

  5. Mossa

    Hi its very nice how can i downloud it to use it in powerpoint

    May 30th, 2009

Reply to “Papervision3D Lorenz Attractor”