Blender
V3.3
|
#include <DNA_particle_types.h>
Public Attributes | |
float | rest_length |
unsigned int | particle_index [2] |
unsigned int | delete_flag |
Definition at line 54 of file DNA_particle_types.h.
unsigned int ParticleSpring::delete_flag |
Definition at line 56 of file DNA_particle_types.h.
Referenced by sph_force_cb(), and sph_springs_modify().
unsigned int ParticleSpring::particle_index[2] |
Definition at line 56 of file DNA_particle_types.h.
Referenced by sph_force_cb(), sph_springhash_build(), and sph_springs_modify().
float ParticleSpring::rest_length |
Definition at line 55 of file DNA_particle_types.h.
Referenced by sph_force_cb(), and sph_springs_modify().