/// called when "f" is pressed; should instantiate additional boids and start flocking
void flock()
{
}
/// called when "f" is pressed again; should remove the flock
void unflock()