Blender V2.61 - r43446
|
Public Attributes | |
int | v1 |
int | v2 |
float | len |
float | cf |
float | load |
float | ext_force [3] |
type_spring | springtype |
short | flag |
Definition at line 94 of file softbody.c.
float BodySpring::cf |
Definition at line 96 of file softbody.c.
Referenced by _scan_for_ext_spring_forces(), _softbody_calc_forces_slice_in_a_thread(), and softbody_calc_forces().
float BodySpring::ext_force[3] |
Definition at line 97 of file softbody.c.
Referenced by _scan_for_ext_spring_forces(), _softbody_calc_forces_slice_in_a_thread(), and softbody_calc_forces().
short BodySpring::flag |
Definition at line 99 of file softbody.c.
Referenced by _scan_for_ext_spring_forces(), _softbody_calc_forces_slice_in_a_thread(), and softbody_calc_forces().
float BodySpring::len |
Definition at line 96 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 96 of file softbody.c.
Definition at line 98 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 95 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(), softbody_calc_forces(), and springs_from_mesh().
int BodySpring::v2 |
Definition at line 95 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(), softbody_calc_forces(), and springs_from_mesh().