Skip to content
  • Thibault Bruyere's avatar
    Add direction matrix to ImageData in JSON writer · 376d95dd
    Thibault Bruyere authored
    VTK uses a row-major direction matrix but the direction matrix is
    written in colomn-major order
    This choice is motivated by the use of the JSON exported files in vtk.js
    VTK.js uses column major for the most, because of gl-matrix
    376d95dd