Reproducing agents
I just started using breve a couple of days ago, and I'm writing a program in steve that does the following:
Two small agents wander around a 3D world (using the Wander class). If they collide with each other, they reproduce (i.e. produce another agent).
Does anyone know how to do this? If so, please help.
Thanks

Check out Gatherers
Check out the Gatherers demo and try to adapt it from there. It will be largely the same, but when the collision occurs (with another collector, instead of with food), you would make a new collector object by calling "new Collector".
- jon
Reproducing agents
Thank you. It worked like a charm!