]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx
3472 TDx
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkBaseView.cxx
index 2e0e2d62ffbd1e27132a160caa931f75e55df9a2..9875b72cec473d94a948410a2926eb28f68f06cd 100644 (file)
@@ -46,6 +46,13 @@ wxVtkBaseView::wxVtkBaseView(wxWindow *parent)
 {
        _parent                         = parent;
        _iren                           = (crea::wxVTKRenderWindowInteractor*)new wxVTKRenderWindowInteractorPlus(_parent,this);
+//EED 2021-10-12
+#ifdef VTK_USE_TDX
+    _iren->SetUseTDx(true);
+#endif
+
+    
+    
 //     _iren->UseCaptureMouseOn();
 //     _iren                           = new wxVTKRenderWindowInteractor(_parent,-1);
        _interactorStyle        = NULL;