|
Blender V4.3
|
#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 52 of file BKE_effect.h.
| float EffectorData::charge |
Definition at line 62 of file BKE_effect.h.
Referenced by get_effector_tot().
| float EffectorData::distance |
Definition at line 59 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 59 of file BKE_effect.h.
Referenced by BKE_effectors_apply(), do_physical_effector(), and do_texture_effector().
| int* EffectorData::index |
Definition at line 67 of file BKE_effect.h.
Referenced by get_effector_data(), get_effector_tot(), and rule_goal_avoid().
| float EffectorData::loc[3] |
Definition at line 54 of file BKE_effect.h.
Referenced by get_effector_data(), and rule_goal_avoid().
| float EffectorData::nor[3] |
Definition at line 55 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 65 of file BKE_effect.h.
Referenced by do_physical_effector(), and get_effector_data().
| float EffectorData::size |
Definition at line 62 of file BKE_effect.h.
Referenced by do_physical_effector(), and get_effector_data().
| float EffectorData::vec_to_point[3] |
Definition at line 58 of file BKE_effect.h.
Referenced by do_physical_effector(), eff_calc_visibility(), get_effector_data(), precalc_guides(), and rule_goal_avoid().
| float EffectorData::vec_to_point2[3] |
Definition at line 65 of file BKE_effect.h.
Referenced by do_physical_effector(), effector_falloff(), and get_effector_data().
| float EffectorData::vel[3] |
Definition at line 56 of file BKE_effect.h.
Referenced by BKE_effectors_apply(), get_effector_data(), and rule_goal_avoid().