10 lines
187 B
Text
10 lines
187 B
Text
|
|
/// 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()
|
|
{
|
|
}
|