Move interactors into new UI module
These interactors are based on their native UI but do not have any requirement on OpenGL. Move them into this new directory so that Vulkan or other toolkits can make use of them. While at it remove the use of Xt as it is no longer really used and instead simplify the code and go directly to Xlib.
Showing
- Rendering/Core/CMakeLists.txt 9 additions, 2 deletionsRendering/Core/CMakeLists.txt
- Rendering/Core/vtkProperty.cxx 1 addition, 1 deletionRendering/Core/vtkProperty.cxx
- Rendering/Core/vtkRenderWindowInteractor.h 1 addition, 1 deletionRendering/Core/vtkRenderWindowInteractor.h
- Rendering/Core/vtkTDxConfigure.h.in 0 additions, 0 deletionsRendering/Core/vtkTDxConfigure.h.in
- Rendering/OpenGL2/CMakeLists.txt 5 additions, 42 deletionsRendering/OpenGL2/CMakeLists.txt
- Rendering/OpenGL2/vtk.module 1 addition, 0 deletionsRendering/OpenGL2/vtk.module
- Rendering/OpenGL2/vtkEGLRenderWindow.h 3 additions, 3 deletionsRendering/OpenGL2/vtkEGLRenderWindow.h
- Rendering/UI/CMakeLists.txt 100 additions, 0 deletionsRendering/UI/CMakeLists.txt
- Rendering/UI/vtk.module 10 additions, 0 deletionsRendering/UI/vtk.module
- Rendering/UI/vtkAndroidRenderWindowInteractor.cxx 3 additions, 3 deletionsRendering/UI/vtkAndroidRenderWindowInteractor.cxx
- Rendering/UI/vtkAndroidRenderWindowInteractor.h 2 additions, 2 deletionsRendering/UI/vtkAndroidRenderWindowInteractor.h
- Rendering/UI/vtkCocoaMacOSXSDKCompatibility.h 0 additions, 0 deletionsRendering/UI/vtkCocoaMacOSXSDKCompatibility.h
- Rendering/UI/vtkCocoaRenderWindowInteractor.h 3 additions, 3 deletionsRendering/UI/vtkCocoaRenderWindowInteractor.h
- Rendering/UI/vtkCocoaRenderWindowInteractor.mm 2 additions, 3 deletionsRendering/UI/vtkCocoaRenderWindowInteractor.mm
- Rendering/UI/vtkGenericRenderWindowInteractor.cxx 0 additions, 0 deletionsRendering/UI/vtkGenericRenderWindowInteractor.cxx
- Rendering/UI/vtkGenericRenderWindowInteractor.h 2 additions, 2 deletionsRendering/UI/vtkGenericRenderWindowInteractor.h
- Rendering/UI/vtkIOSRenderWindowInteractor.h 2 additions, 2 deletionsRendering/UI/vtkIOSRenderWindowInteractor.h
- Rendering/UI/vtkIOSRenderWindowInteractor.mm 3 additions, 5 deletionsRendering/UI/vtkIOSRenderWindowInteractor.mm
- Rendering/UI/vtkWin32RenderWindowInteractor.cxx 20 additions, 21 deletionsRendering/UI/vtkWin32RenderWindowInteractor.cxx
- Rendering/UI/vtkWin32RenderWindowInteractor.h 5 additions, 5 deletionsRendering/UI/vtkWin32RenderWindowInteractor.h
Loading
Please register or sign in to comment