|
Blender
V2.59
|
#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 54 of file BKE_effect.h.
| float* EffectedPoint::ave |
Definition at line 57 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::charge |
Definition at line 63 of file BKE_effect.h.
Referenced by do_physical_effector(), and pd_point_from_particle().
| unsigned int EffectedPoint::flag |
Definition at line 65 of file BKE_effect.h.
Referenced by pd_point_from_loc(), pd_point_from_particle(), pd_point_from_soft(), and pdDoEffectors().
Definition at line 66 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 55 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 68 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 58 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 63 of file BKE_effect.h.
Referenced by MakeCursor::App::changesize(), do_physical_effector(), MakeCursor::App::doit(), pd_point_from_loc(), pd_point_from_particle(), pd_point_from_soft(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().
| float* EffectedPoint::vel |
Definition at line 56 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().
Definition at line 59 of file BKE_effect.h.
Referenced by get_effector_data(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().
Definition at line 60 of file BKE_effect.h.
Referenced by do_physical_effector(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().