|
Blender V4.3
|
#include <BKE_cloth.hh>
Public Attributes | |
| int | ij |
| int | kl |
| int | mn |
| int * | pa |
| int * | pb |
| int | la |
| int | lb |
| float | restlen |
| float | restang |
| int | type |
| int | flags |
| float | lin_stiffness |
| float | ang_stiffness |
| float | editrestlen |
| float | target [3] |
The definition of a spring.
Definition at line 120 of file BKE_cloth.hh.
| float ClothSpring::ang_stiffness |
Definition at line 133 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), and cloth_update_springs().
| float ClothSpring::editrestlen |
Definition at line 134 of file BKE_cloth.hh.
| int ClothSpring::flags |
Definition at line 131 of file BKE_cloth.hh.
Referenced by cloth_build_springs(), cloth_calc_force(), and cloth_update_springs().
| int ClothSpring::ij |
Definition at line 121 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_force(), cloth_calc_helper_forces(), cloth_continuum_add_hair_segments(), cloth_hair_update_bending_rest_targets(), cloth_hair_update_bending_targets(), cloth_update_spring_lengths(), cloth_update_springs(), hair_spring_next(), and spring_verts_ordered_set().
| int ClothSpring::kl |
Definition at line 122 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_force(), cloth_calc_helper_forces(), cloth_continuum_add_hair_segments(), cloth_hair_update_bending_rest_targets(), cloth_hair_update_bending_targets(), cloth_update_spring_lengths(), cloth_update_springs(), hair_spring_next(), and spring_verts_ordered_set().
| int ClothSpring::la |
Definition at line 126 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), and cloth_update_spring_lengths().
| int ClothSpring::lb |
Definition at line 127 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), and cloth_update_spring_lengths().
| float ClothSpring::lin_stiffness |
Definition at line 132 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), and cloth_update_springs().
| int ClothSpring::mn |
Definition at line 123 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_hair_update_bending_rest_targets(), and cloth_hair_update_bending_targets().
| int* ClothSpring::pa |
Definition at line 124 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_free_errorsprings(), cloth_free_modifier(), cloth_free_modifier_extern(), and cloth_update_spring_lengths().
| int* ClothSpring::pb |
Definition at line 125 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_free_errorsprings(), cloth_free_modifier(), cloth_free_modifier_extern(), and cloth_update_spring_lengths().
| float ClothSpring::restang |
Definition at line 129 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), and cloth_update_spring_lengths().
| float ClothSpring::restlen |
Definition at line 128 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_helper_forces(), cloth_hair_update_bending_targets(), and cloth_update_spring_lengths().
| float ClothSpring::target[3] |
Definition at line 137 of file BKE_cloth.hh.
Referenced by cloth_hair_update_bending_targets().
| int ClothSpring::type |
Definition at line 130 of file BKE_cloth.hh.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_force(), cloth_calc_helper_forces(), cloth_continuum_fill_grid(), cloth_count_nondiag_blocks(), cloth_hair_update_bending_rest_targets(), cloth_hair_update_bending_targets(), cloth_update_spring_lengths(), cloth_update_springs(), and hair_spring_next().