Blender V2.61 - r43446
|
#include "DNA_listBase.h"
Go to the source code of this file.
Definition in file DNA_boid_types.h.
#define BOID_ALLOW_CLIMB 4 |
Definition at line 216 of file DNA_boid_types.h.
Referenced by rna_def_boid_settings(), and rule_goal_avoid().
#define BOID_ALLOW_FLIGHT 1 |
Definition at line 214 of file DNA_boid_types.h.
Referenced by boid_body(), boid_brain(), boid_default_settings(), and rna_def_boid_settings().
#define BOID_ALLOW_LAND 2 |
Definition at line 215 of file DNA_boid_types.h.
Referenced by boid_body(), collision_check(), and rna_def_boid_settings().
#define BOIDRULE_CURRENT 1 |
Definition at line 56 of file DNA_boid_types.h.
Referenced by psys_prepare_physics(), rule_add_exec(), rule_del_exec(), rule_move_down_exec(), and rule_move_up_exec().
#define BOIDRULE_IN_AIR 4 |
Definition at line 57 of file DNA_boid_types.h.
Referenced by boid_new_rule(), boid_rule_applies(), and rna_def_boidrule().
#define BOIDRULE_ON_LAND 8 |
Definition at line 58 of file DNA_boid_types.h.
Referenced by boid_new_rule(), boid_rule_applies(), and rna_def_boidrule().
#define BOIDSTATE_CURRENT 1 |
Definition at line 150 of file DNA_boid_types.h.
Referenced by boid_get_current_state(), psys_prepare_physics(), state_add_exec(), state_del_exec(), state_move_down_exec(), and state_move_up_exec().
#define BRULE_ACOLL_WITH_BOIDS 1 |
Definition at line 76 of file DNA_boid_types.h.
Referenced by rna_def_boidrule_avoid_collision(), and rule_avoid_collision().
#define BRULE_ACOLL_WITH_DEFLECTORS 2 |
Definition at line 77 of file DNA_boid_types.h.
Referenced by rna_def_boidrule_avoid_collision(), and rule_avoid_collision().
#define BRULE_GOAL_AVOID_ARRIVE 2 |
Definition at line 65 of file DNA_boid_types.h.
#define BRULE_GOAL_AVOID_PREDICT 1 |
Definition at line 64 of file DNA_boid_types.h.
Referenced by rna_def_boidrule_avoid(), rna_def_boidrule_goal(), and rule_goal_avoid().
#define BRULE_GOAL_AVOID_SIGNAL 4 |
Definition at line 66 of file DNA_boid_types.h.
#define BRULE_LEADER_IN_LINE 1 |
Definition at line 83 of file DNA_boid_types.h.
Referenced by rna_def_boidrule_follow_leader(), and rule_follow_leader().
typedef struct BoidRuleAverageSpeed BoidRuleAverageSpeed |
typedef struct BoidRuleAvoidCollision BoidRuleAvoidCollision |
typedef struct BoidRuleFight BoidRuleFight |
typedef struct BoidRuleFollowLeader BoidRuleFollowLeader |
typedef struct BoidRuleGoalAvoid BoidRuleGoalAvoid |
typedef enum BoidRulesetType BoidRulesetType |
typedef enum BoidRuleType BoidRuleType |
typedef struct BoidSettings BoidSettings |
enum BoidMode |
eBoidMode_InAir | |
eBoidMode_OnLand | |
eBoidMode_Climbing | |
eBoidMode_Falling | |
eBoidMode_Liftoff | |
NUM_BOID_MODES |
Definition at line 100 of file DNA_boid_types.h.
enum BoidRulesetType |
eBoidRulesetType_Fuzzy | |
eBoidRulesetType_Random | |
eBoidRulesetType_Average | |
NUM_BOID_RULESET_TYPES |
Definition at line 144 of file DNA_boid_types.h.
enum BoidRuleType |
Definition at line 38 of file DNA_boid_types.h.