Blender
V3.3
|
#include <BKE_cloth.h>
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 117 of file BKE_cloth.h.
float ClothSpring::ang_stiffness |
Definition at line 130 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_spring_force(), and cloth_update_springs().
float ClothSpring::editrestlen |
Definition at line 131 of file BKE_cloth.h.
int ClothSpring::flags |
Definition at line 128 of file BKE_cloth.h.
Referenced by cloth_build_springs(), cloth_calc_force(), cloth_calc_spring_force(), and cloth_update_springs().
int ClothSpring::ij |
Definition at line 118 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_force(), cloth_calc_helper_forces(), cloth_calc_spring_force(), 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 119 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_force(), cloth_calc_helper_forces(), cloth_calc_spring_force(), 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 123 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_spring_force(), and cloth_update_spring_lengths().
int ClothSpring::lb |
Definition at line 124 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_spring_force(), and cloth_update_spring_lengths().
float ClothSpring::lin_stiffness |
Definition at line 129 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_spring_force(), and cloth_update_springs().
int ClothSpring::mn |
Definition at line 120 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_spring_force(), cloth_hair_update_bending_rest_targets(), and cloth_hair_update_bending_targets().
int* ClothSpring::pa |
Definition at line 121 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_spring_force(), cloth_free_errorsprings(), cloth_free_modifier(), cloth_free_modifier_extern(), and cloth_update_spring_lengths().
int* ClothSpring::pb |
Definition at line 122 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_spring_force(), cloth_free_errorsprings(), cloth_free_modifier(), cloth_free_modifier_extern(), and cloth_update_spring_lengths().
float ClothSpring::restang |
Definition at line 126 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_spring_force(), and cloth_update_spring_lengths().
float ClothSpring::restlen |
Definition at line 125 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_helper_forces(), cloth_calc_spring_force(), cloth_hair_update_bending_targets(), and cloth_update_spring_lengths().
float ClothSpring::target[3] |
Definition at line 134 of file BKE_cloth.h.
Referenced by cloth_calc_spring_force(), and cloth_hair_update_bending_targets().
int ClothSpring::type |
Definition at line 127 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_calc_force(), cloth_calc_helper_forces(), cloth_calc_spring_force(), 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().