Updated Changelog, changed to 2.0
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@348 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#============================================================================================
|
#============================================================================================
|
||||||
|
|
||||||
|
|
||||||
OpenMesh 2.0-RC6 ( Rev 337 ):
|
OpenMesh 2.0 ( Rev 348 ):
|
||||||
|
|
||||||
* Core
|
* Core
|
||||||
- Improve computation of normals for poly meshes ( now the average normal is taken not the normal of one triangle)
|
- Improve computation of normals for poly meshes ( now the average normal is taken not the normal of one triangle)
|
||||||
@@ -12,12 +12,16 @@ OpenMesh 2.0-RC6 ( Rev 337 ):
|
|||||||
- Setting associated handles of iterator types invalid if reference mesh contains none of the respective entities.
|
- Setting associated handles of iterator types invalid if reference mesh contains none of the respective entities.
|
||||||
- Added halfedge colors
|
- Added halfedge colors
|
||||||
|
|
||||||
|
* IO
|
||||||
|
- PLY Reader: Avoid failure of file writing if face colors or face normals are requested for PLY files.
|
||||||
|
|
||||||
* Math
|
* Math
|
||||||
- Added missing include of string.h to VectorT.hh (Thanks to Justin Bronder for reporting this)
|
- Added missing include of string.h to VectorT.hh (Thanks to Justin Bronder for reporting this)
|
||||||
|
- Added some vector norm functions for L1 norm, and absolute mean,max,min(Thanks to Michal Nociar)
|
||||||
|
|
||||||
* Tools
|
* Tools
|
||||||
- OpenMesh mesh dual generator added (Thanks to Clement Courbet for providing the code)
|
- OpenMesh mesh dual generator added (Thanks to Clement Courbet for providing the code)
|
||||||
|
- Added Sqrt3InterpolatingSubdividerLabsikGreinerT and ModifiedButterFlyT (Thanks to Clément Courbet for providing the code)
|
||||||
|
|
||||||
* Apps
|
* Apps
|
||||||
- OpenMesh mesh dual generator application added (Thanks to Clement Courbet for providing the code)
|
- OpenMesh mesh dual generator application added (Thanks to Clement Courbet for providing the code)
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<!-- --------------------------------------------------------------------- -->
|
<!-- --------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<tr valign=top><td><b>2.0-RC6</b> (?/?/?,Rev.337)</td><td>
|
<tr valign=top><td><b>2.0</b> (2010/12/1,Rev.348)</td><td>
|
||||||
|
|
||||||
<b>Core</b>
|
<b>Core</b>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -18,15 +18,23 @@
|
|||||||
<li>Added halfedge colors</li>
|
<li>Added halfedge colors</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<b>IO</b>
|
||||||
|
<ul>
|
||||||
|
<li>PLY Reader: Avoid failure of file writing if face colors or face normals are requested for PLY files.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<b>Math</b>
|
<b>Math</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added missing include of string.h to VectorT.hh (Thanks to Justin Bronder for reporting this)</li>
|
<li>Added missing include of string.h to VectorT.hh (Thanks to Justin Bronder for reporting this)</li>
|
||||||
|
<li>Added some vector norm functions for L1 norm, and absolute mean,max,min(Thanks to Michal Nociar)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<b>Tools</b>
|
<b>Tools</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>OpenMesh mesh dual generator added (Thanks to Clement Courbet for providing the code)</li>
|
<li>OpenMesh mesh dual generator added (Thanks to Clement Courbet for providing the code)</li>
|
||||||
|
<li>Added Sqrt3InterpolatingSubdividerLabsikGreinerT and ModifiedButterFlyT (Thanks to Clément Courbet for providing the code)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<b>Apps</b>
|
<b>Apps</b>
|
||||||
|
|||||||
Reference in New Issue
Block a user