|
Blender
V2.93
|
#include <BKE_cloth.h>
Public Attributes | |
| int | flags |
| float | v [3] |
| float | xconst [3] |
| float | x [3] |
| float | xold [3] |
| float | tx [3] |
| float | txold [3] |
| float | tv [3] |
| float | mass |
| float | goal |
| float | impulse [3] |
| float | xrest [3] |
| float | dcvel [3] |
| unsigned int | impulse_count |
| float | avg_spring_len |
| float | struct_stiff |
| float | bend_stiff |
| float | shear_stiff |
| int | spring_count |
| float | shrink_factor |
| float | internal_stiff |
| float | pressure_factor |
The definition of a cloth vertex.
Definition at line 105 of file BKE_cloth.h.
| float ClothVertex::avg_spring_len |
Definition at line 120 of file BKE_cloth.h.
Referenced by cloth_build_springs(), and cloth_update_spring_lengths().
| float ClothVertex::bend_stiff |
Definition at line 122 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), and cloth_update_springs().
| float ClothVertex::dcvel[3] |
Definition at line 118 of file BKE_cloth.h.
| int ClothVertex::flags |
Definition at line 106 of file BKE_cloth.h.
Referenced by cloth_calc_force(), and cloth_update_springs().
| float ClothVertex::goal |
Definition at line 115 of file BKE_cloth.h.
Referenced by cloth_calc_force(), cloth_calc_helper_forces(), and cloth_update_springs().
| float ClothVertex::impulse[3] |
Definition at line 116 of file BKE_cloth.h.
Referenced by cloth_collision_impulse_vert().
| unsigned int ClothVertex::impulse_count |
Definition at line 119 of file BKE_cloth.h.
Referenced by cloth_collision_impulse_vert().
| float ClothVertex::internal_stiff |
Definition at line 126 of file BKE_cloth.h.
Referenced by cloth_build_springs(), and cloth_update_springs().
| float ClothVertex::mass |
Definition at line 114 of file BKE_cloth.h.
Referenced by cloth_calc_force(), and cloth_calc_helper_forces().
| float ClothVertex::pressure_factor |
Definition at line 127 of file BKE_cloth.h.
| float ClothVertex::shear_stiff |
Definition at line 123 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), and cloth_update_springs().
| float ClothVertex::shrink_factor |
Definition at line 125 of file BKE_cloth.h.
| int ClothVertex::spring_count |
Definition at line 124 of file BKE_cloth.h.
Referenced by cloth_build_springs(), and cloth_update_spring_lengths().
| float ClothVertex::struct_stiff |
Definition at line 121 of file BKE_cloth.h.
Referenced by cloth_build_springs(), and cloth_update_springs().
| float ClothVertex::tv[3] |
Definition at line 113 of file BKE_cloth.h.
Referenced by cloth_calc_helper_forces(), cloth_collision_response_static(), and cloth_selfcollision_response_static().
| float ClothVertex::tx[3] |
Definition at line 111 of file BKE_cloth.h.
Referenced by cloth_calc_helper_forces(), cloth_collision(), cloth_collision_response_static(), cloth_selfcollision(), cloth_selfcollision_response_static(), and hair_collision().
| float ClothVertex::txold[3] |
Definition at line 112 of file BKE_cloth.h.
| float ClothVertex::v[3] |
Definition at line 107 of file BKE_cloth.h.
Referenced by ptcache_cloth_interpolate(), ptcache_cloth_read(), and ptcache_cloth_write().
| float ClothVertex::x[3] |
Definition at line 109 of file BKE_cloth.h.
Referenced by cloth_hair_update_bending_targets(), cloth_to_object(), ptcache_cloth_interpolate(), ptcache_cloth_read(), and ptcache_cloth_write().
| float ClothVertex::xconst[3] |
Definition at line 108 of file BKE_cloth.h.
Referenced by cloth_calc_force(), ptcache_cloth_read(), and ptcache_cloth_write().
| float ClothVertex::xold[3] |
Definition at line 110 of file BKE_cloth.h.
Referenced by cloth_calc_force().
| float ClothVertex::xrest[3] |
Definition at line 117 of file BKE_cloth.h.
Referenced by cloth_add_shear_bend_spring(), cloth_build_springs(), cloth_hair_update_bending_rest_targets(), and cloth_update_spring_lengths().