Skip to content

Commit 5504c96

Browse files
author
hpcdgrie
committed
Added coVR3DTransformInteractor
Interactor to translate, rotate and scale
1 parent 3e31027 commit 5504c96

3 files changed

Lines changed: 1355 additions & 3 deletions

File tree

src/OpenCOVER/PluginUtil/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ SET(PLUGINUTIL_HEADERS
4343
coVR3DRotGizmo.h
4444
coVR3DRotInteractor.h
4545
coVR3DScaleGizmo.h
46+
coVR3DTransformInteractor.h
4647
coVR3DTransGizmo.h
4748
coVR3DTransInteractor.h
4849
coVR3DTransRotInteractor.h
@@ -65,14 +66,14 @@ SET(SOURCES
6566
BoxSelection.cpp
6667
BoxSelectionInteractor.cpp
6768
coArrow.cpp
69+
coInstanceRenderer.cpp
70+
coLine.cpp
71+
coLOD.cpp
6872
colors/coColorBar.cpp
6973
colors/coColorHUD.cpp
7074
colors/coColorMap.cpp
7175
colors/ColorBar.cpp
7276
colors/ColorMaterials.cpp
73-
coInstanceRenderer.cpp
74-
coLine.cpp
75-
coLOD.cpp
7677
coPlane.cpp
7778
coSensor.cpp
7879
coShaderUtil.cpp
@@ -85,6 +86,7 @@ SET(SOURCES
8586
coVR3DRotGizmo.cpp
8687
coVR3DRotInteractor.cpp
8788
coVR3DScaleGizmo.cpp
89+
coVR3DTransformInteractor.cpp
8890
coVR3DTransGizmo.cpp
8991
coVR3DTransInteractor.cpp
9092
coVR3DTransRotInteractor.cpp

0 commit comments

Comments
 (0)