|
Blender
V2.59
|
#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 76 of file BKE_effect.h.
| float EffectorData::charge |
Definition at line 86 of file BKE_effect.h.
Referenced by get_effector_tot().
| float EffectorData::distance |
Definition at line 83 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 83 of file BKE_effect.h.
Referenced by do_physical_effector(), do_texture_effector(), and pdDoEffectors().
| int* EffectorData::index |
Definition at line 91 of file BKE_effect.h.
Referenced by get_effector_data(), and get_effector_tot().
| float EffectorData::loc[3] |
Definition at line 78 of file BKE_effect.h.
Referenced by get_effector_data(), and rule_goal_avoid().
| float EffectorData::nor[3] |
Definition at line 79 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 89 of file BKE_effect.h.
Referenced by do_physical_effector(), and get_effector_data().
| float EffectorData::size |
Definition at line 86 of file BKE_effect.h.
Referenced by MakeCursor::App::changesize(), do_physical_effector(), MakeCursor::App::doit(), get_effector_data(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().
| float EffectorData::vec_to_point[3] |
Definition at line 82 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 89 of file BKE_effect.h.
Referenced by do_physical_effector(), effector_falloff(), and get_effector_data().
| float EffectorData::vel[3] |
Definition at line 80 of file BKE_effect.h.
Referenced by get_effector_data(), pdDoEffectors(), and rule_goal_avoid().