Blender V2.61 - r43446
|
#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 52 of file BKE_effect.h.
float* EffectedPoint::ave |
Definition at line 55 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 61 of file BKE_effect.h.
Referenced by do_physical_effector(), and pd_point_from_particle().
unsigned int EffectedPoint::flag |
Definition at line 63 of file BKE_effect.h.
Referenced by pd_point_from_loc(), pd_point_from_particle(), pd_point_from_soft(), and pdDoEffectors().
Definition at line 64 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 53 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 66 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 56 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 61 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 54 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 57 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 58 of file BKE_effect.h.
Referenced by do_physical_effector(), dynamicPaint_prepareEffectStep(), pd_point_from_loc(), pd_point_from_particle(), and pd_point_from_soft().