Blender V2.61 - r43446
|
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) |
Definition in file BKE_fluidsim.h.
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 | ||
) |
Definition at line 72 of file fluidsim.c.
References CD_MASK_BAREMESH, co, copy_v3_v3(), DerivedMesh::getFaceArray, DerivedMesh::getNumFaces, DerivedMesh::getNumVerts, DerivedMesh::getVertArray, i, MEM_callocN(), mesh_create_derived_index_render(), mul_m4_v3(), NULL, Object::obmat, DerivedMesh::release, MFace::v1, MFace::v2, MFace::v3, and MFace::v4.