Blender V2.61 - r43446
Public Attributes

BoidBrainData Struct Reference

#include <BKE_boids.h>

List of all members.

Public Attributes

struct ParticleSimulationDatasim
struct ParticleSettingspart
float timestep
float cfra
float dfra
float wanted_co [3]
float wanted_speed
struct Objectgoal_ob
float goal_co [3]
float goal_nor [3]
float goal_priority

Detailed Description

Definition at line 39 of file BKE_boids.h.


Member Data Documentation

Definition at line 42 of file BKE_boids.h.

Referenced by boid_brain(), and dynamics_step().

Definition at line 42 of file BKE_boids.h.

Referenced by boid_body(), and dynamics_step().

Definition at line 47 of file BKE_boids.h.

Referenced by boid_body(), and rule_goal_avoid().

Definition at line 48 of file BKE_boids.h.

Referenced by boid_body(), and rule_goal_avoid().

Definition at line 46 of file BKE_boids.h.

Referenced by boid_body(), dynamics_step(), and rule_goal_avoid().

Definition at line 49 of file BKE_boids.h.

Referenced by rule_goal_avoid().

Definition at line 42 of file BKE_boids.h.

Referenced by boid_body(), dynamics_step(), rule_fight(), rule_follow_leader(), and rule_goal_avoid().


The documentation for this struct was generated from the following file: