Blender V2.61 - r43446
Classes | Typedefs | Functions

BKE_softbody.h File Reference

Go to the source code of this file.

Classes

struct  BodyPoint

Typedefs

typedef struct BodyPoint BodyPoint

Functions

struct SoftBodysbNew (struct Scene *scene)
void sbFree (struct SoftBody *sb)
void sbFreeSimulation (struct SoftBody *sb)
void sbObjectStep (struct Scene *scene, struct Object *ob, float framnr, float(*vertexCos)[3], int numVerts)
void sbObjectToSoftbody (struct Object *ob)
void sbSetInterruptCallBack (int(*f)(void))
void SB_estimate_transform (Object *ob, float lloc[3], float lrot[3][3], float lscale[3][3])

Detailed Description

Definition in file BKE_softbody.h.


Typedef Documentation

typedef struct BodyPoint BodyPoint

Function Documentation

void SB_estimate_transform ( Object ob,
float  lloc[3],
float  lrot[3][3],
float  lscale[3][3] 
)
void sbFree ( struct SoftBody sb)
void sbFreeSimulation ( struct SoftBody sb)

Definition at line 3747 of file softbody.c.

References free_softbody_intern().

Referenced by BKE_ptcache_id_reset().

struct SoftBody* sbNew ( struct Scene scene) [read]
void sbObjectStep ( struct Scene scene,
struct Object ob,
float  framnr,
float(*)  vertexCos[3],
int  numVerts 
)
void sbObjectToSoftbody ( struct Object ob)

Definition at line 3753 of file softbody.c.

References free_softbody_intern(), and Object::soft.

void sbSetInterruptCallBack ( int(*)(void)  f)

Definition at line 3774 of file softbody.c.

References SB_localInterruptCallBack.