Fixed deciater example
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@765 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user