Lorenz Attractor

Field  -  A field using the Lorenz strange attractor

LorenzAttractorField LorenzAttractorField LorenzAttractorField LorenzAttractorField

It is what we call a “strange attractor”. Lorenz makes your particles spiral around its center, forming spirals, galaxies, things like that. Do not hesitate playing with its three arbitrary components (rho, beta, sigma), as well as its center and size. The Lorenz attractor can create beautiful things.


Variables:

  • Sigma: First component of the algorithm
  • Rho: Second component of the algorithm
  • Beta: Third component of the algorithm
  • Center: Center of the attractor
  • Scale: Scale of the attractor
  • Position Strength: Influence the particles position directly, without changing its forces.> Warning, influencing directly the position can make the particles go through surfaces without colliding with them!
  • Velocity Strength: Influence the particles velocity only (accelerate or slow them down without changing their direction)
  • Force Strength: Influence the particles forces (change their velocity and direction)

Python

    Oil.createObject("LorenzAttractorField")