Forums » General

Boids

Dec 16, 2008 Daare link
http://www.red3d.com/cwr/boids/

Wondering if this model for simulating multiple entities acting together in a group was of any influence for the devs. Watching how the hive move around reminded me of this. It always amazes me how complex behavior can result from the application of just a few simple rules.
Dec 17, 2008 toshiro link
This *is* highly interesting. Thank you for the link.
Dec 17, 2008 Grzywacz link
This is old, tho. :-(
Dec 17, 2008 raybondo link
We didn't use that simulation model, we came up with our own set of rules. However, boids has been of use to us as an example.
Dec 17, 2008 Person link
What rules?

/me tries to figure out which can be bent, and which can be broken.
Dec 17, 2008 ratonu link
Person, you need to grasp only one thing: There is no spoon!
Dec 17, 2008 Person link
BUT... But... but... There is!

Or am I the only one who is remind of a giant flying spoon every time they see a wraith?
Dec 20, 2008 a1k0n link
In a way, the hive bots work similarly.. They all try to maintain a certain distance from one another if they sense a collision, and often are simultaneously trying to go to the same place or follow some other hive bot. So you get similar flocking, but not as... birdlike, because the "keep away" heuristic is a lot weaker until they're actually on a collision course.