Blender V2.61 - r43446

btSoftBody::fCollision Struct Reference

fCollision More...

#include <btSoftBody.h>

List of all members.

Public Types

enum  _ {
  RVSmask = 0x000f, SDF_RS = 0x0001, CL_RS = 0x0002, SVSmask = 0x0030,
  VF_SS = 0x0010, CL_SS = 0x0020, CL_SELF = 0x0040, Default = SDF_RS,
  END
}

Detailed Description

fCollision

Definition at line 131 of file btSoftBody.h.


Member Enumeration Documentation

Enumerator:
RVSmask 
SDF_RS 

Rigid versus soft mask.

CL_RS 

SDF based rigid vs soft.

SVSmask 

Cluster vs convex rigid vs soft.

VF_SS 

Rigid versus soft mask.

CL_SS 

Vertex vs face soft vs soft handling.

CL_SELF 

Cluster vs cluster soft vs soft handling.

Default 

Cluster soft body self collision.

END 

Definition at line 131 of file btSoftBody.h.


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