Blender V2.61 - r43446
|
#include <DNA_boid_types.h>
Public Attributes | |
int | options |
int | last_state_id |
float | landing_smoothness |
float | height |
float | banking |
float | pitch |
float | health |
float | aggression |
float | strength |
float | accuracy |
float | range |
float | air_min_speed |
float | air_max_speed |
float | air_max_acc |
float | air_max_ave |
float | air_personal_space |
float | land_jump_speed |
float | land_max_speed |
float | land_max_acc |
float | land_max_ave |
float | land_personal_space |
float | land_stick_force |
struct ListBase | states |
Definition at line 190 of file DNA_boid_types.h.
float BoidSettings::accuracy |
Definition at line 197 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and rule_fight().
float BoidSettings::aggression |
Definition at line 196 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and rule_fight().
Definition at line 201 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and set_boid_values().
Definition at line 201 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and set_boid_values().
Definition at line 200 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and set_boid_values().
Definition at line 200 of file DNA_boid_types.h.
Referenced by set_boid_values().
Definition at line 202 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and set_boid_values().
float BoidSettings::banking |
Definition at line 194 of file DNA_boid_types.h.
Referenced by boid_body(), and boid_default_settings().
float BoidSettings::health |
Definition at line 196 of file DNA_boid_types.h.
Referenced by boid_default_settings(), reset_particle(), rule_fight(), and set_boid_values().
float BoidSettings::height |
Definition at line 193 of file DNA_boid_types.h.
Referenced by boid_body(), boid_climb(), boid_default_settings(), and rule_goal_avoid().
Definition at line 205 of file DNA_boid_types.h.
Referenced by set_boid_values().
Definition at line 206 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and set_boid_values().
Definition at line 206 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and set_boid_values().
Definition at line 205 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and set_boid_values().
Definition at line 207 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and set_boid_values().
Definition at line 208 of file DNA_boid_types.h.
Referenced by boid_body().
Definition at line 193 of file DNA_boid_types.h.
Referenced by boid_body(), boid_default_settings(), and rule_goal_avoid().
Definition at line 191 of file DNA_boid_types.h.
Referenced by boid_duplicate_state(), and boid_new_state().
Definition at line 191 of file DNA_boid_types.h.
Referenced by boid_body(), boid_brain(), boid_default_settings(), collision_check(), and rule_goal_avoid().
float BoidSettings::pitch |
Definition at line 194 of file DNA_boid_types.h.
Referenced by boid_body(), boid_default_settings(), and do_versions().
float BoidSettings::range |
Definition at line 197 of file DNA_boid_types.h.
Referenced by boid_default_settings().
struct ListBase BoidSettings::states |
Definition at line 210 of file DNA_boid_types.h.
Referenced by boid_copy_settings(), boid_free_settings(), boid_get_current_state(), boids_precalc_rules(), build_dag_object(), direct_link_particlesettings(), get_boid_state(), lib_link_particlesettings(), psys_prepare_physics(), reset_particle(), state_add_exec(), state_del_exec(), state_move_down_exec(), state_move_up_exec(), unlink_object(), and write_particlesettings().
float BoidSettings::strength |
Definition at line 197 of file DNA_boid_types.h.
Referenced by boid_default_settings(), and rule_fight().