|
Blender
V3.3
|
#include <BKE_cloth.h>
Public Attributes | |
| float | loc [3] |
| float | rot [3][3] |
| float | rest_target [3] |
| float | radius |
| float | bending_stiffness |
Definition at line 40 of file BKE_cloth.h.
| float ClothHairData::bending_stiffness |
Definition at line 45 of file BKE_cloth.h.
Referenced by cloth_update_springs(), and hair_create_input_mesh().
| float ClothHairData::loc[3] |
Definition at line 41 of file BKE_cloth.h.
Referenced by hair_create_input_mesh().
| float ClothHairData::radius |
Definition at line 44 of file BKE_cloth.h.
Referenced by cloth_calc_force(), and hair_create_input_mesh().
| float ClothHairData::rest_target[3] |
Definition at line 43 of file BKE_cloth.h.
Referenced by cloth_hair_update_bending_rest_targets(), and cloth_hair_update_bending_targets().
| float ClothHairData::rot[3][3] |
Definition at line 42 of file BKE_cloth.h.
Referenced by cloth_hair_update_bending_rest_targets(), cloth_hair_update_bending_targets(), hair_create_input_mesh(), and SIM_cloth_solver_set_positions().