Blender
V3.3
|
Public Attributes | |
int | v1 |
int | v2 |
float | len |
float | cf |
float | load |
float | ext_force [3] |
type_spring | springtype |
short | flag |
Definition at line 76 of file softbody.c.
float BodySpring::cf |
Definition at line 78 of file softbody.c.
Referenced by _scan_for_ext_spring_forces(), and _softbody_calc_forces_slice_in_a_thread().
float BodySpring::ext_force[3] |
Definition at line 79 of file softbody.c.
Referenced by _scan_for_ext_spring_forces(), and _softbody_calc_forces_slice_in_a_thread().
short BodySpring::flag |
Definition at line 81 of file softbody.c.
Referenced by _scan_for_ext_spring_forces(), _softbody_calc_forces_slice_in_a_thread(), BKE_object_copy_particlesystem(), BKE_object_copy_particlesystems(), BKE_object_copy_softbody(), and copy_object_pose().
float BodySpring::len |
Definition at line 78 of file softbody.c.
Referenced by apply_spring_memory(), calculate_collision_balls(), curve_surf_to_softbody(), makelatticesprings(), sb_spring_force(), and springs_from_mesh().
float BodySpring::load |
Definition at line 78 of file softbody.c.
type_spring BodySpring::springtype |
Definition at line 80 of file softbody.c.
Referenced by _scan_for_ext_spring_forces(), add_2nd_order_roller(), add_mesh_quad_diag_springs(), calculate_collision_balls(), curve_surf_to_softbody(), makelatticesprings(), mesh_to_softbody(), and sb_spring_force().
int BodySpring::v1 |
Definition at line 77 of file softbody.c.
Referenced by _scan_for_ext_spring_forces(), _softbody_calc_forces_slice_in_a_thread(), add_2nd_order_roller(), add_mesh_quad_diag_springs(), apply_spring_memory(), build_bps_springlist(), curve_surf_to_softbody(), makelatticesprings(), mesh_to_softbody(), sb_spring_force(), and springs_from_mesh().
int BodySpring::v2 |
Definition at line 77 of file softbody.c.
Referenced by _scan_for_ext_spring_forces(), _softbody_calc_forces_slice_in_a_thread(), add_2nd_order_roller(), add_mesh_quad_diag_springs(), apply_spring_memory(), build_bps_springlist(), curve_surf_to_softbody(), makelatticesprings(), mesh_to_softbody(), sb_spring_force(), and springs_from_mesh().