#2607 WIP: Outline of dragger system based on editors. First visible dragger geometry

This commit is contained in:
Jacob Støren
2018-08-16 15:38:34 +02:00
parent 096536a341
commit 2ed84c9df2
6 changed files with 1015 additions and 4 deletions

View File

@@ -65,6 +65,8 @@
#include "WindowEdgeAxesOverlayItem/RivWindowEdgeAxesOverlayItem.h"
#include <algorithm>
#include "WellPathCommands/PointTangentManipulator/RicPointTangentManipulator.h"
using cvf::ManipulatorTrackball;
@@ -184,6 +186,7 @@ RiuViewer::RiuViewer(const QGLFormat& format, QWidget* parent)
m_windowEdgeAxisOverlay = new RivWindowEdgeAxesOverlayItem(standardFont);
m_showWindowEdgeAxes = false;
new caf::PdmUiSelectionVisualizer3d(this);
}
//--------------------------------------------------------------------------------------------------