Fixed deciater example

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@765 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-11-13 07:18:29 +00:00
parent 8a650cd761
commit 84f398d97a
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ typedef TriMesh_ArrayKernelT<> Mesh;
typedef Decimater::DecimaterT< Mesh > Decimater;
// Decimation Module Handle type
typedef Decimater::ModQuadricT< decimater >::Handle HModQuadric;
typedef Decimater::ModQuadricT< Mesh >::Handle HModQuadric;
// ---------------------------------------- decimater setup

View File

@@ -7,7 +7,7 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.4</b> (?/?/?,Rev.758)</td><td>
<tr valign=top><td><b>2.4</b> (?/?/?,Rev.764)</td><td>
@@ -37,6 +37,7 @@
<b>Decimater</b>
<ul>
<li>Changed template parameters of the modules from Decimater type to Mesh type</li>
<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>