Go to the documentation of this file.
6 #define MAX_VELOCITY 800.0f
43 void wander(
float radius,
float distance,
float jitter);
52 void move_up(
float speed_scale);
56 void pid_follow_path(
vec3 *path_list,
int num_path,
float max_velocity,
float distance,
int wait);