mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3948 HoloLens : Skip labels for annotations and measurements
No line visualization is present in HoloLens, so for now we skip labels connected by lines
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
#include "RivPolylineGenerator.h"
|
||||
#include "RivReachCircleAnnotationPartMgr.h"
|
||||
#include "RivTextAnnotationPartMgr.h"
|
||||
#include "RivTextLabelSourceInfo.h"
|
||||
|
||||
#include "cvfBoundingBox.h"
|
||||
#include "cvfDrawableGeo.h"
|
||||
@@ -206,8 +205,6 @@ void RivMeasurementPartMgr::buildPolyLineParts(const caf::DisplayCoordTransform*
|
||||
part->setEffect(eff.p());
|
||||
part->setPriority(RivPartPriority::PartType::Text);
|
||||
|
||||
part->setSourceInfo(new RivTextLabelSourceInfo(m_measurement, cvfString, textCoord));
|
||||
|
||||
m_labelPart = part;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user