mirror of
https://gitlab.ethz.ch/gfattori/glocalize.git
synced 2026-05-04 06:04:33 +02:00
removal of legacy gLocalize.h-cpp from build set
This commit is contained in:
@@ -186,7 +186,7 @@ MarkerList LocalizationService::localize(
|
||||
continue;
|
||||
}
|
||||
|
||||
// ✅ IMPORTANT: compact points so bounds/length reflect ONLY this region
|
||||
// IMPORTANT: compact points so bounds/length reflect ONLY this region
|
||||
vtkNew<vtkCleanPolyData> clean;
|
||||
clean->SetInputData(raw);
|
||||
clean->PointMergingOff(); // keep geometry identical; just drop unused points
|
||||
|
||||
Reference in New Issue
Block a user