|
Blender V5.0
|
#include <BKE_effect.h>
Public Attributes | |
| float * | loc |
| float * | vel |
| float * | ave |
| float * | rot |
| float | vel_to_frame |
| float | vel_to_sec |
| float | size |
| float | charge |
| unsigned int | flag |
| int | index |
| struct ParticleSystem * | psys |
Definition at line 24 of file BKE_effect.h.
| float* EffectedPoint::ave |
Definition at line 27 of file BKE_effect.h.
Referenced by basic_force_cb(), do_physical_effector(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
| float EffectedPoint::charge |
Definition at line 33 of file BKE_effect.h.
Referenced by do_physical_effector(), and pd_point_from_particle().
| unsigned int EffectedPoint::flag |
Definition at line 35 of file BKE_effect.h.
Referenced by BKE_effectors_apply(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
| int EffectedPoint::index |
Definition at line 36 of file BKE_effect.h.
Referenced by get_effector_data(), get_effector_tot(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
| float* EffectedPoint::loc |
Definition at line 25 of file BKE_effect.h.
Referenced by do_physical_effector(), do_texture_effector(), eff_calc_visibility(), get_effector_data(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
| struct ParticleSystem* EffectedPoint::psys |
Definition at line 38 of file BKE_effect.h.
Referenced by get_effector_data(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
| float* EffectedPoint::rot |
Definition at line 28 of file BKE_effect.h.
Referenced by do_physical_effector(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
| float EffectedPoint::size |
Definition at line 33 of file BKE_effect.h.
Referenced by do_physical_effector(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
| float* EffectedPoint::vel |
Definition at line 26 of file BKE_effect.h.
Referenced by do_physical_effector(), get_effector_data(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
| float EffectedPoint::vel_to_frame |
Definition at line 29 of file BKE_effect.h.
Referenced by get_effector_data(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
| float EffectedPoint::vel_to_sec |
Definition at line 30 of file BKE_effect.h.
Referenced by do_physical_effector(), dynamic_paint_prepare_effect_cb(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().