|
Blender V4.3
|
#include <BKE_cloth.hh>
Public Attributes | |
| float | loc [3] |
| float | rot [3][3] |
| float | rest_target [3] |
| float | radius |
| float | bending_stiffness |
Definition at line 43 of file BKE_cloth.hh.
| float ClothHairData::bending_stiffness |
Definition at line 48 of file BKE_cloth.hh.
Referenced by cloth_update_springs().
| float ClothHairData::loc[3] |
Definition at line 44 of file BKE_cloth.hh.
| float ClothHairData::radius |
Definition at line 47 of file BKE_cloth.hh.
Referenced by cloth_calc_force().
| float ClothHairData::rest_target[3] |
Definition at line 46 of file BKE_cloth.hh.
Referenced by cloth_hair_update_bending_rest_targets(), and cloth_hair_update_bending_targets().
| float ClothHairData::rot[3][3] |
Definition at line 45 of file BKE_cloth.hh.
Referenced by cloth_hair_update_bending_rest_targets(), cloth_hair_update_bending_targets(), and SIM_cloth_solver_set_positions().