Documentation for decimater modules, updated decimater, more modules
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@460 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -138,16 +138,16 @@ public: // inherited
|
||||
|
||||
// to be compatible with gcc 2.95.3
|
||||
{
|
||||
decimater_o tmp( new decimater_t ( mesh() ) );
|
||||
decimater_ = tmp;
|
||||
decimater_o tmp( new decimater_t ( mesh() ) );
|
||||
decimater_ = tmp;
|
||||
}
|
||||
{
|
||||
mod_quadric_o tmp( new mod_quadric_t( *decimater_ ) );
|
||||
mod_quadric_ = tmp;
|
||||
mod_quadric_o tmp( new mod_quadric_t( *decimater_ ) );
|
||||
mod_quadric_ = tmp;
|
||||
}
|
||||
{
|
||||
mod_nf_o tmp( new mod_nf_t ( *decimater_ ) );
|
||||
mod_nf_ = tmp;
|
||||
mod_nf_o tmp( new mod_nf_t ( *decimater_ ) );
|
||||
mod_nf_ = tmp;
|
||||
}
|
||||
|
||||
decimater_->initialize();
|
||||
|
||||
Reference in New Issue
Block a user