|
Blender
V2.93
|
#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 66 of file BKE_effect.h.
| float EffectorData::charge |
Definition at line 76 of file BKE_effect.h.
Referenced by get_effector_tot().
| float EffectorData::distance |
Definition at line 73 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 73 of file BKE_effect.h.
Referenced by BKE_effectors_apply(), do_physical_effector(), and do_texture_effector().
| int* EffectorData::index |
Definition at line 81 of file BKE_effect.h.
Referenced by get_effector_data(), get_effector_tot(), and rule_goal_avoid().
| float EffectorData::loc[3] |
Definition at line 68 of file BKE_effect.h.
Referenced by get_effector_data(), and rule_goal_avoid().
| float EffectorData::nor[3] |
Definition at line 69 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 79 of file BKE_effect.h.
Referenced by do_physical_effector(), and get_effector_data().
| float EffectorData::size |
Definition at line 76 of file BKE_effect.h.
Referenced by do_physical_effector(), and get_effector_data().
| float EffectorData::vec_to_point[3] |
Definition at line 72 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 79 of file BKE_effect.h.
Referenced by do_physical_effector(), effector_falloff(), and get_effector_data().
| float EffectorData::vel[3] |
Definition at line 70 of file BKE_effect.h.
Referenced by BKE_effectors_apply(), get_effector_data(), and rule_goal_avoid().