Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2015-07-19 20:10:41 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-07-19 20:10:41 +0300
commit23a4f547e7cf22a5ea7a4ee9bf7de78e1eb41de1 (patch)
tree5ebfde75a5b278b93bdbfb8d562f14dfa9c65334 /source/blender/blenkernel/BKE_mesh.h
parenta597a380bbf513edf59b183cea3fb0545e859cca (diff)
Convert rigidbody conversion to looptri.
Patch D1417 by Martin Felke, with minor edits thanks!
Diffstat (limited to 'source/blender/blenkernel/BKE_mesh.h')
-rw-r--r--source/blender/blenkernel/BKE_mesh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_mesh.h b/source/blender/blenkernel/BKE_mesh.h
index afe6fda48ed..bed73469b5c 100644
--- a/source/blender/blenkernel/BKE_mesh.h
+++ b/source/blender/blenkernel/BKE_mesh.h
@@ -273,8 +273,8 @@ bool BKE_mesh_center_centroid(const struct Mesh *me, float r_cent[3]);
void BKE_mesh_calc_volume(
const struct MVert *mverts, const int numVerts,
- const struct MFace *mfaces, const int numFaces,
- float *r_vol, float *r_com);
+ const struct MLoopTri *mlooptri, const int numTris,
+ const struct MLoop *mloop, float *r_vol, float *r_com);
/* tessface */
void BKE_mesh_loops_to_mface_corners(