1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

Boids library documentation typo

Posted by Alan Holding on Feb 27, 2009

Hi,

There is a typo in the Boids library documentation on this page http://nodebox.net/code/index.php/Boids.

Under 'creating a flock' there is the line…

flock.update(shuffled=True,
separation-10, alignment=5, cohension=100,
goal=20, limit=30)

That should read…

flock.update(shuffled=True,
separation=10, alignment=5, cohesion=100,
goal=20, limit=30)

Thanks.


 
Posted by Lucas on Mar 02, 2009

Corrected. Thanks