Updated changelog
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@663 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -7,15 +7,26 @@
|
||||
|
||||
<!-- --------------------------------------------------------------------- -->
|
||||
|
||||
<tr valign=top><td><b>2.2.1</b> (?/?/?,Rev.638)</td><td>
|
||||
<tr valign=top><td><b>2.2.1</b> (?/?/?,Rev.662)</td><td>
|
||||
|
||||
<b>Core</b>
|
||||
<ul>
|
||||
<li>New garbage collection function with possibility to update existing handles</li>
|
||||
<li>Fixed crash in garbage collection, if certain status flags are not available (warns in debug mode!)</li>
|
||||
<li>Fixed some gcc-4.7 incompatibilities</li>
|
||||
<li>TriMesh::split now returns the handle of the new vertex</li>
|
||||
<li>Fixed delete_face function, not marking halfedges as deleted, if the edge gets deleted.(Thanks to Maxime Quiblier for the bug report)</li>
|
||||
</ul>
|
||||
|
||||
<b>Decimater</b>
|
||||
<ul>
|
||||
<li>Added multiple choice decimater (~4 times faster than the heap one, but no guarantee on accuracy)</li>
|
||||
<li>Added mixed decimater, switching between mc decimater and standard decimater</li>
|
||||
<li>Decimater modules don't need a decimater type as template argument anymore</li>
|
||||
<li>Module parameters renamed</li>
|
||||
<li>Added Decimater base class</li>
|
||||
</ul>
|
||||
|
||||
<b>IO</b>
|
||||
<ul>
|
||||
<li>Fixed OBJ Reader not correctly setting per halfedge normals. (Thanks to Patrick Rauber for the report)</li>
|
||||
|
||||
Reference in New Issue
Block a user