Skip to content
Snippets Groups Projects
  1. Jun 17, 2023
    • David Gobbi's avatar
      Support image direction in vtkImageResliceMapper · c306fe17
      David Gobbi authored
      These changes allow vtkImageResliceMapper to give correct results
      for oriented input images (that is, when the Direction isn't the
      identity matrix).  The vtkImageSliceMapper already supported these
      oriented images.
      
      At the same time, the mapper was reformulated so that it now uses
      the new vtkImageReslice::SetOutputDirection() method instead of
      using vtkImageReslice::SetResliceAxes().
      c306fe17
  2. Jun 15, 2023
    • David Gobbi's avatar
      Fix Direction for vtkImageSliceMapper::SetPoints() · 9690a1b5
      David Gobbi authored
      The vtkOpenGLImageSliceMapper::RenderPolygon() method was not
      accounting for the Direction of the image in the case where the
      polygon points were set via the SetPoints() method.  Direction was
      only working when rendering to the default rectangle.
      9690a1b5
  3. May 29, 2023
  4. May 22, 2023
  5. May 19, 2023
  6. May 17, 2023
  7. May 15, 2023
  8. May 14, 2023
  9. May 13, 2023
  10. May 12, 2023
Loading