mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 02:54:36 +00:00
Updated to the changes of Inertia
This commit is contained in:
parent
9c51df3501
commit
37190bb51d
@ -968,8 +968,7 @@ bool ExtraMeshFilterPlugin::applyFilter(QAction * filter, MeshDocument & md, Ric
|
||||
}
|
||||
else
|
||||
{
|
||||
tri::Inertia<CMeshO> I;
|
||||
I.Compute(m.cm);
|
||||
tri::Inertia<CMeshO> I(m.cm);
|
||||
|
||||
Matrix33f PCA;
|
||||
Point3f pcav;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user