Blender V2.61 - r43446
|
#include <DNA_particle_types.h>
Public Attributes | |
struct Object * | ground |
struct BoidData | data |
float | gravity [3] |
float | wander [3] |
float | rt |
Definition at line 57 of file DNA_particle_types.h.
struct BoidData BoidParticle::data |
Definition at line 59 of file DNA_particle_types.h.
Referenced by boid_body(), boid_brain(), boid_find_ground(), boid_rule_applies(), collision_response(), draw_new_particle_system(), get_boid_state(), ptcache_particle_read(), ptcache_particle_write(), reset_particle(), rule_fight(), rule_goal_avoid(), and set_boid_values().
float BoidParticle::gravity[3] |
Definition at line 60 of file DNA_particle_types.h.
Referenced by boid_body(), boid_climb(), reset_particle(), and rule_goal_avoid().
struct Object* BoidParticle::ground |
Definition at line 58 of file DNA_particle_types.h.
Referenced by boid_body(), boid_find_ground(), collision_check(), rule_avoid_collision(), rule_goal_avoid(), and unlink_object().
float BoidParticle::rt |
Definition at line 62 of file DNA_particle_types.h.
float BoidParticle::wander[3] |
Definition at line 61 of file DNA_particle_types.h.
Referenced by rule_average_speed().