Blender V2.61 - r43446
Functions

BKE_fluidsim.h File Reference

Go to the source code of this file.

Functions

void initElbeemMesh (struct Scene *scene, struct Object *ob, int *numVertices, float **vertices, int *numTriangles, int **triangles, int useGlobalCoords, int modifierIndex)
void fluid_get_bb (struct MVert *mvert, int totvert, float obmat[][4], float start[3], float size[3])
void fluid_estimate_memory (struct Object *ob, struct FluidsimSettings *fss, char *value)

Detailed Description

Definition in file BKE_fluidsim.h.


Function Documentation

void fluid_estimate_memory ( struct Object ob,
struct FluidsimSettings fss,
char *  value 
)
void fluid_get_bb ( struct MVert mvert,
int  totvert,
float  obmat[][4],
float  start[3],
float  size[3] 
)
void initElbeemMesh ( struct Scene scene,
struct Object ob,
int *  numVertices,
float **  vertices,
int *  numTriangles,
int **  triangles,
int  useGlobalCoords,
int  modifierIndex 
)