mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
fix ball pivoting filter requiring compactness
This commit is contained in:
parent
63fe1e23f5
commit
74c644ffda
@ -277,6 +277,7 @@ std::map<std::string, QVariant> CleanFilter::applyFilter(const QAction *filter,
|
||||
{
|
||||
case FP_BALL_PIVOTING:
|
||||
{
|
||||
vcg::tri::Allocator<CMeshO>::CompactEveryVector(m.cm);
|
||||
Scalarm Radius = par.getAbsPerc("BallRadius");
|
||||
Scalarm Clustering = par.getFloat("Clustering") / 100.0f;
|
||||
Scalarm CreaseThr = math::ToRad(par.getFloat("CreaseThr"));
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 15b1b778d4a260650f3830fdceff028420ce6543
|
||||
Subproject commit bd1a92e2f0f5a3b240e5778d816b8e0e7a9e6d1d
|
||||
Loading…
x
Reference in New Issue
Block a user