-
- Downloads
Fix cell picker for images with negative spacing.
If the spacing of the image data was negative in any of the three dimensions, it resulted in a failed bounding box test for the image in the vtkCellPicker. This patch adds a check for negative spacing. Change-Id: Ia6b7c31fa78988900ce2e68f0ee8cd9bc8ecbf8d
Showing
- Rendering/Core/vtkCellPicker.cxx 7 additions, 0 deletionsRendering/Core/vtkCellPicker.cxx
- Rendering/OpenGL/Testing/Cxx/CMakeLists.txt 1 addition, 0 deletionsRendering/OpenGL/Testing/Cxx/CMakeLists.txt
- Rendering/OpenGL/Testing/Cxx/TestCellPickerImage.cxx 206 additions, 0 deletionsRendering/OpenGL/Testing/Cxx/TestCellPickerImage.cxx
- Rendering/OpenGL/Testing/Data/Baseline/TestCellPickerImage.png.md5 1 addition, 0 deletions.../OpenGL/Testing/Data/Baseline/TestCellPickerImage.png.md5
Loading
Please register or sign in to comment