Blender
V3.3
|
#include <BKE_particle.h>
Public Attributes | |
ParticleSystem * | psys [10] |
ParticleData * | pa |
float | mass |
struct EdgeHash * | eh |
float * | gravity |
float | hfac |
int | pass |
float | element_size |
float | flow [3] |
BLI_Buffer | new_springs |
void(* | force_cb )(void *sphdata_v, ParticleKey *state, float *force, float *impulse) |
void(* | density_cb )(void *rangedata_v, int index, const float co[3], float squared_dist) |
Definition at line 83 of file BKE_particle.h.
Definition at line 101 of file BKE_particle.h.
Referenced by psys_sph_density(), and psys_sph_init().
struct EdgeHash* SPHData::eh |
Definition at line 87 of file BKE_particle.h.
Referenced by psys_sph_finalize(), psys_sph_init(), and sph_force_cb().
float SPHData::element_size |
Definition at line 93 of file BKE_particle.h.
Referenced by sph_particle_courant(), and update_courant_num().
float SPHData::flow[3] |
Definition at line 94 of file BKE_particle.h.
Referenced by sph_particle_courant(), and update_courant_num().
Definition at line 100 of file BKE_particle.h.
Referenced by psys_sph_init(), and sph_integrate().
float* SPHData::gravity |
Definition at line 88 of file BKE_particle.h.
Referenced by psys_sph_init(), sph_force_cb(), and sphclassical_force_cb().
float SPHData::hfac |
Definition at line 89 of file BKE_particle.h.
Referenced by psys_sph_density(), psys_sph_init(), sph_force_cb(), sphclassical_calc_dens(), and sphclassical_force_cb().
float SPHData::mass |
Definition at line 86 of file BKE_particle.h.
Referenced by psys_sph_density(), psys_sph_init(), sph_force_cb(), sph_integrate(), sphclassical_calc_dens(), and sphclassical_force_cb().
BLI_Buffer SPHData::new_springs |
Definition at line 97 of file BKE_particle.h.
Referenced by dynamics_step_sphdata_reduce(), psys_sph_flush_springs(), psys_sph_init(), and sph_force_cb().
ParticleData* SPHData::pa |
Definition at line 85 of file BKE_particle.h.
Referenced by psys_sph_init(), sph_force_cb(), sph_integrate(), and sphclassical_force_cb().
int SPHData::pass |
Definition at line 92 of file BKE_particle.h.
Referenced by sph_force_cb(), sph_integrate(), and sphclassical_force_cb().
ParticleSystem* SPHData::psys[10] |
Definition at line 84 of file BKE_particle.h.
Referenced by psys_sph_density(), psys_sph_flush_springs(), psys_sph_init(), sph_force_cb(), sph_particle_courant(), sphclassical_calc_dens(), and sphclassical_force_cb().