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:
authorAndrew Wiggin <ender79bl@gmail.com>2011-11-13 19:13:59 +0400
committerAndrew Wiggin <ender79bl@gmail.com>2011-11-13 19:13:59 +0400
commit2266c7fc1cc675fe7465459e31d434bcd15e3d14 (patch)
tree7440bdeba9149f672a2aa726894dc3f190b9043e /source/blender/blenkernel/BKE_cdderivedmesh.h
parentc0934795cb50d107a769e258b122c4c5b7cbad69 (diff)
Add CD_POLYINDEX layer to reduce need for retesselations
Diffstat (limited to 'source/blender/blenkernel/BKE_cdderivedmesh.h')
-rw-r--r--source/blender/blenkernel/BKE_cdderivedmesh.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/blender/blenkernel/BKE_cdderivedmesh.h b/source/blender/blenkernel/BKE_cdderivedmesh.h
index affeca2b007..c24db5dd1f8 100644
--- a/source/blender/blenkernel/BKE_cdderivedmesh.h
+++ b/source/blender/blenkernel/BKE_cdderivedmesh.h
@@ -111,11 +111,8 @@ void CDDM_calc_edges(struct DerivedMesh *dm);
faces*/
void CDDM_calc_edges_poly(struct DerivedMesh *dm);
-/*reconstitute face triangulation. if orig_use_polyorig is nonzero, sets
- the mface origindex layer to copy to the origindex values of the
- parent mpolys; otherwise the mface origindex will point to the index of
- the parent mpoly*/
-void CDDM_recalc_tesselation(struct DerivedMesh *dm, int orig_use_polyorig);
+/* reconstitute face triangulation */
+void CDDM_recalc_tesselation(struct DerivedMesh *dm);
/* lowers the number of vertices/edges/faces in a CDDerivedMesh
* the layer data stays the same size