Blender V2.61 - r43446
|
#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 |
unsigned int | impulse_count |
float | avg_spring_len |
float | struct_stiff |
float | bend_stiff |
float | shear_stiff |
int | spring_count |
The definition of a cloth vertex.
Definition at line 94 of file BKE_cloth.h.
Definition at line 109 of file BKE_cloth.h.
Referenced by cloth_build_springs(), cloth_bvh_objcollision(), and cloth_from_object().
float ClothVertex::bend_stiff |
Definition at line 111 of file BKE_cloth.h.
Referenced by cloth_apply_vgroup(), and cloth_build_springs().
Definition at line 96 of file BKE_cloth.h.
Referenced by cloth_apply_vgroup(), cloth_bvh_objcollision(), cloth_from_object(), and implicit_solver().
float ClothVertex::goal |
Definition at line 105 of file BKE_cloth.h.
Referenced by cloth_apply_vgroup(), cloth_calc_helper_forces(), cloth_calc_spring_force(), and cloth_from_object().
float ClothVertex::impulse[3] |
Definition at line 106 of file BKE_cloth.h.
Referenced by cloth_collision_response_static(), and cloth_from_object().
unsigned int ClothVertex::impulse_count |
Definition at line 108 of file BKE_cloth.h.
Referenced by cloth_bvh_objcollisions_resolve(), cloth_collision_response_static(), and cloth_from_object().
float ClothVertex::mass |
Definition at line 104 of file BKE_cloth.h.
Referenced by cloth_calc_helper_forces(), cloth_collision(), cloth_from_object(), and implicit_init().
float ClothVertex::shear_stiff |
Definition at line 112 of file BKE_cloth.h.
Referenced by cloth_apply_vgroup(), and cloth_build_springs().
Definition at line 113 of file BKE_cloth.h.
Referenced by cloth_build_springs().
Definition at line 110 of file BKE_cloth.h.
Referenced by cloth_apply_vgroup(), and cloth_build_springs().
float ClothVertex::tv[3] |
Definition at line 103 of file BKE_cloth.h.
Referenced by cloth_calc_helper_forces(), cloth_collision(), cloth_collision_response_static(), and implicit_solver().
float ClothVertex::tx[3] |
Definition at line 101 of file BKE_cloth.h.
Referenced by bvhselftree_update_from_cloth(), bvhtree_update_from_cloth(), cloth_calc_helper_forces(), cloth_collision(), cloth_from_object(), and implicit_solver().
float ClothVertex::txold[3] |
Definition at line 102 of file BKE_cloth.h.
Referenced by bvhselftree_update_from_cloth(), bvhtree_update_from_cloth(), cloth_collision(), cloth_collision_response_static(), cloth_from_object(), and do_step_cloth().
float ClothVertex::v[3] |
Definition at line 97 of file BKE_cloth.h.
Referenced by cloth_from_object(), implicit_set_positions(), ptcache_cloth_interpolate(), ptcache_cloth_read(), and ptcache_cloth_write().
float ClothVertex::x[3] |
Definition at line 99 of file BKE_cloth.h.
Referenced by cloth_from_object(), cloth_to_object(), do_step_cloth(), implicit_init(), implicit_set_positions(), ptcache_cloth_interpolate(), ptcache_cloth_read(), and ptcache_cloth_write().
float ClothVertex::xconst[3] |
Definition at line 98 of file BKE_cloth.h.
Referenced by cloth_calc_spring_force(), cloth_from_object(), do_step_cloth(), implicit_solver(), ptcache_cloth_read(), and ptcache_cloth_write().
float ClothVertex::xold[3] |
Definition at line 100 of file BKE_cloth.h.
Referenced by bvhselftree_build_from_cloth(), bvhtree_build_from_cloth(), cloth_calc_spring_force(), cloth_from_object(), do_step_cloth(), and implicit_solver().
float* ClothVertex::xrest |
Definition at line 107 of file BKE_cloth.h.
Referenced by cloth_build_springs(), and cloth_from_object().