Blender V2.61 - r43446
Public Attributes

ClothVertex Struct Reference

#include <BKE_cloth.h>

List of all members.

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

Detailed Description

The definition of a cloth vertex.

Definition at line 94 of file BKE_cloth.h.


Member Data Documentation

Definition at line 109 of file BKE_cloth.h.

Referenced by cloth_build_springs(), cloth_bvh_objcollision(), and cloth_from_object().

Definition at line 111 of file BKE_cloth.h.

Referenced by cloth_apply_vgroup(), and cloth_build_springs().

Definition at line 106 of file BKE_cloth.h.

Referenced by cloth_collision_response_static(), and cloth_from_object().

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]
float ClothVertex::tx[3]
float ClothVertex::v[3]
float ClothVertex::x[3]

Definition at line 107 of file BKE_cloth.h.

Referenced by cloth_build_springs(), and cloth_from_object().


The documentation for this struct was generated from the following file: