Updated changelog

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@577 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-04-10 13:12:50 +00:00
parent efba0c9060
commit 900b63dd27

View File

@@ -8,12 +8,13 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.2</b> (?/?/?,Rev.571)</td><td> <tr valign=top><td><b>2.2</b> (?/?/?,Rev.576)</td><td>
<b>Core</b> <b>Core</b>
<ul> <ul>
<li>Simplified iterators and made them integrate better with the STL. Specifically, value_type has changed from {Vertex,Edge,...} to {Vertex,Edge,...}Handle so that dereferenced iterators can actually be put to use, now.</li> <li>Simplified iterators and made them integrate better with the STL. Specifically, value_type has changed from {Vertex,Edge,...} to {Vertex,Edge,...}Handle so that dereferenced iterators can actually be put to use, now.</li>
<li>Consolidated iterator code. Functionally equivalent but way cleaner than before.</li> <li>Consolidated iterator code. Functionally equivalent but way cleaner than before.</li>
<li>Improved block in update_normals(), if there are no face normals (could cause a crash)</li>
</ul> </ul>
<b>IO</b> <b>IO</b>
@@ -26,11 +27,18 @@
<li>Added normalized function to VectorT which returns a normalized vector whithout modifying the current one.</li> <li>Added normalized function to VectorT which returns a normalized vector whithout modifying the current one.</li>
</ul> </ul>
<b>Unittests</b>
<ul>
<li>Added unittest for calling the normal computations.</li>
</ul>
<b>Documentation</b> <b>Documentation</b>
<ul> <ul>
<li>Fixed doxygen warnings</li> <li>Fixed doxygen warnings</li>
<li>Updated collapse function documentation</li> <li>Updated collapse function documentation</li>
<li>Updated triangulation function documentation</li> <li>Updated triangulation function documentation</li>
<li>Updated normal computation documentations</li>
</ul> </ul>