We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac5009 commit 93761f8Copy full SHA for 93761f8
source/MRViewer/MRViewportCamera.cpp
@@ -632,17 +632,9 @@ Box3f Viewport::calcBox_( const std::vector<std::shared_ptr<VisualObject>>& objs
632
coords = &pointCloud.points;
633
selectedVerts = &pointCloud.validPoints;
634
}
635
- else if ( obj->asType<ObjectLabel>() || obj->asType<ObjectImGuiLabel>() )
636
- {
637
- // do nothing
638
- }
639
- else if ( obj->asType<FeatureObject>() || obj->asType<MeasurementObject>() )
640
641
- // Do nothing? Not ideal.
642
643
else
644
{
645
- assert( false );
+ // TODO: support generic visual objects
646
continue;
647
648
VertBitSet myVerts;
0 commit comments