Panda3D
|
This class is used to define the flock attributes and the AI characters which are part of the flock. More...
Public Member Functions | |
__init__ (const Flock) | |
__init__ (unsigned int flock_id, double vcone_angle, double vcone_radius, unsigned int separation_wt, unsigned int cohesion_wt, unsigned int alignment_wt) | |
addAiChar (AICharacter ai_char) | |
This function adds AI characters to the flock. More... | |
unsigned int | getId () |
This class is used to define the flock attributes and the AI characters which are part of the flock.
__init__ | ( | const | Flock | ) |
__init__ | ( | unsigned int | flock_id, |
double | vcone_angle, | ||
double | vcone_radius, | ||
unsigned int | separation_wt, | ||
unsigned int | cohesion_wt, | ||
unsigned int | alignment_wt | ||
) |
addAiChar | ( | AICharacter | ai_char | ) |
This function adds AI characters to the flock.
unsigned int getId | ( | ) |