Blender V2.61 - r43446
|
#include <DNA_boid_types.h>
Public Attributes | |
BoidRule | rule |
struct Object * | ob |
float | loc [3] |
float | oloc [3] |
float | cfra |
float | distance |
int | options |
int | queue_size |
Definition at line 84 of file DNA_boid_types.h.
Definition at line 88 of file DNA_boid_types.h.
Referenced by boids_precalc_rules().
Definition at line 88 of file DNA_boid_types.h.
Referenced by rule_follow_leader().
float BoidRuleFollowLeader::loc[3] |
Definition at line 87 of file DNA_boid_types.h.
Referenced by boids_precalc_rules(), and rule_follow_leader().
struct Object* BoidRuleFollowLeader::ob |
Definition at line 86 of file DNA_boid_types.h.
Referenced by boids_precalc_rules(), lib_link_particlesettings(), rule_follow_leader(), and unlink_object().
float BoidRuleFollowLeader::oloc[3] |
Definition at line 87 of file DNA_boid_types.h.
Referenced by boids_precalc_rules(), and rule_follow_leader().
Definition at line 89 of file DNA_boid_types.h.
Referenced by rule_follow_leader().
Definition at line 89 of file DNA_boid_types.h.
Referenced by rule_follow_leader().
Definition at line 85 of file DNA_boid_types.h.