![]() |
Blender V2.61 - r43446
|
#include <BKE_effect.h>
Public Attributes | |
| struct EffectorCache * | next |
| struct EffectorCache * | prev |
| struct Scene * | scene |
| struct Object * | ob |
| struct ParticleSystem * | psys |
| struct SurfaceModifierData * | surmd |
| struct PartDeflect * | pd |
| struct GuideEffectorData * | guide_data |
| float | guide_loc [4] |
| float | guide_dir [3] |
| float | guide_radius |
| float | velocity [3] |
| float | frame |
| int | flag |
Definition at line 93 of file BKE_effect.h.
Definition at line 109 of file BKE_effect.h.
Referenced by get_effector_data(), pdDoEffectors(), and precalculate_effector().
| float EffectorCache::frame |
Definition at line 108 of file BKE_effect.h.
Referenced by new_effector_cache().
Definition at line 104 of file BKE_effect.h.
Referenced by do_guides(), pdEndEffectors(), and precalc_guides().
| float EffectorCache::guide_dir[3] |
Definition at line 105 of file BKE_effect.h.
Referenced by do_guides(), precalc_guides(), and precalculate_effector().
| float EffectorCache::guide_loc[4] |
Definition at line 105 of file BKE_effect.h.
Referenced by do_guides(), precalc_guides(), and precalculate_effector().
Definition at line 105 of file BKE_effect.h.
Referenced by precalculate_effector().
| struct EffectorCache* EffectorCache::next |
Definition at line 94 of file BKE_effect.h.
Referenced by build_dag_object(), do_guides(), pdDoEffectors(), pdEndEffectors(), precalc_guides(), and rule_goal_avoid().
| struct Object* EffectorCache::ob |
Definition at line 97 of file BKE_effect.h.
Referenced by build_dag_object(), do_guides(), do_texture_effector(), eff_calc_visibility(), get_effector_data(), get_effector_tot(), new_effector_cache(), precalculate_effector(), and rule_goal_avoid().
| struct PartDeflect* EffectorCache::pd |
Definition at line 101 of file BKE_effect.h.
Referenced by do_guides(), do_physical_effector(), do_texture_effector(), eff_calc_visibility(), effector_falloff(), get_effector_data(), get_effector_tot(), new_effector_cache(), pdDoEffectors(), precalc_guides(), precalculate_effector(), and rule_goal_avoid().
| struct EffectorCache * EffectorCache::prev |
Definition at line 94 of file BKE_effect.h.
| struct ParticleSystem* EffectorCache::psys |
Definition at line 98 of file BKE_effect.h.
Referenced by build_dag_object(), get_effector_data(), get_effector_tot(), new_effector_cache(), and precalculate_effector().
| struct Scene* EffectorCache::scene |
Definition at line 96 of file BKE_effect.h.
Referenced by do_guides(), eff_calc_visibility(), get_effector_data(), new_effector_cache(), precalculate_effector(), and rule_goal_avoid().
Definition at line 99 of file BKE_effect.h.
Referenced by get_effector_data(), and precalculate_effector().
| float EffectorCache::velocity[3] |
Definition at line 106 of file BKE_effect.h.
Referenced by get_effector_data(), and precalculate_effector().