Merge branch 'featureSplitCopyInternal' into 'master'
Feature split copy internal Closes #44 See merge request !137
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user