Blender  V2.59
Public Attributes
Cloth Struct Reference

#include <BKE_cloth.h>

List of all members.

Public Attributes

struct ClothVertexverts
struct LinkNodesprings
unsigned int numverts
unsigned int numsprings
unsigned int numfaces
unsigned char old_solver_type
unsigned char pad2
short pad3
struct BVHTreebvhtree
struct BVHTreebvhselftree
struct MFacemfaces
struct Implicit_Dataimplicit
struct Implicit_DataimplicitEM
struct EdgeHashedgehash

Detailed Description

This structure describes a cloth object against which the simulation can run.

The m and n members of this structure represent the assumed rectangular ordered grid for which the original paper is written. At some point they need to disappear and we need to determine out own connectivity of the mesh based on the actual edges in the mesh.

Definition at line 74 of file BKE_cloth.h.


Member Data Documentation

Definition at line 87 of file BKE_cloth.h.

Referenced by implicit_free(), implicit_init(), implicit_set_positions(), and implicit_solver().

Definition at line 88 of file BKE_cloth.h.

unsigned int Cloth::numfaces
unsigned int Cloth::numsprings
unsigned int Cloth::numverts
unsigned char Cloth::old_solver_type

Definition at line 81 of file BKE_cloth.h.

Referenced by cloth_from_object().

unsigned char Cloth::pad2

Definition at line 82 of file BKE_cloth.h.

short Cloth::pad3

Definition at line 83 of file BKE_cloth.h.


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