Blender V2.61 - r43446
|
#include <BKE_effect.h>
Public Attributes | |
float | loc [3] |
float | nor [3] |
float | vel [3] |
float | vec_to_point [3] |
float | distance |
float | falloff |
float | size |
float | charge |
float | nor2 [3] |
float | vec_to_point2 [3] |
int * | index |
Definition at line 74 of file BKE_effect.h.
float EffectorData::charge |
Definition at line 84 of file BKE_effect.h.
Referenced by get_effector_tot().
float EffectorData::distance |
Definition at line 81 of file BKE_effect.h.
Referenced by do_physical_effector(), effector_falloff(), get_effector_data(), precalc_guides(), and rule_goal_avoid().
float EffectorData::falloff |
Definition at line 81 of file BKE_effect.h.
Referenced by do_physical_effector(), do_texture_effector(), and pdDoEffectors().
int* EffectorData::index |
Definition at line 89 of file BKE_effect.h.
Referenced by get_effector_data(), and get_effector_tot().
float EffectorData::loc[3] |
Definition at line 76 of file BKE_effect.h.
Referenced by get_effector_data(), and rule_goal_avoid().
float EffectorData::nor[3] |
Definition at line 77 of file BKE_effect.h.
Referenced by do_physical_effector(), do_texture_effector(), effector_falloff(), get_effector_data(), precalc_guides(), and rule_goal_avoid().
float EffectorData::nor2[3] |
Definition at line 87 of file BKE_effect.h.
Referenced by do_physical_effector(), and get_effector_data().
float EffectorData::size |
Definition at line 84 of file BKE_effect.h.
Referenced by do_physical_effector(), and get_effector_data().
float EffectorData::vec_to_point[3] |
Definition at line 80 of file BKE_effect.h.
Referenced by do_physical_effector(), eff_calc_visibility(), effector_falloff(), get_effector_data(), precalc_guides(), and rule_goal_avoid().
float EffectorData::vec_to_point2[3] |
Definition at line 87 of file BKE_effect.h.
Referenced by do_physical_effector(), effector_falloff(), and get_effector_data().
float EffectorData::vel[3] |
Definition at line 78 of file BKE_effect.h.
Referenced by get_effector_data(), pdDoEffectors(), and rule_goal_avoid().