]> Creatis software - creaMaracasVisu.git/commitdiff
3472 TDx
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Wed, 27 Oct 2021 15:14:46 +0000 (17:14 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Wed, 27 Oct 2021 15:14:46 +0000 (17:14 +0200)
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;