Merge branch 'featureSplitCopyInternal' into 'master'

Feature split copy internal

Closes #44

See merge request !137
This commit is contained in:
Jan Möbius
2017-07-03 15:50:59 +02:00
5 changed files with 189 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
<li>Implemented a cast from polyMesh to Mesh and vice versa using static_cast(polymeshInstance) or static_cast(trimeshInstance)</li>
<li>make all negative handles invalid, not just -1</li>
<li>Several warnings fixed (Including the checked iterators)</li>
<li>split_copy and split_edge_copy operations now also copy internal properties.</li>
<li>fix halfedge indices in OpenMeshTrimeshCirculatorHalfedgeLoop CWAndCCWCheck</li>
<li>Fix wrong behaviour of HalfedgeLoopIterators by changing the template parameter</li>
<li>Added 1-4 triangle split funtion(splits all edges at Midpoints)</li>
@@ -58,6 +59,7 @@
<b>Unittests</b>
<ul>
<li>Added unittest to write and read faceTexcoords with a test obj file</li>
<li>Added unittest for split_edge_copy operations on Tri and PolyMeshes</li>
</ul>
<b>Python</b>