[vtkusers] vtk.js How to read my *.vti file using vtkHttpDataSetReader?

lucky f_u_7 at yahoo.com
Fri Oct 5 20:02:55 EDT 2018


Finally resolved it. This code works fine for a URL
https://xyz.pk/file/volume.vti

const reader = vtkXMLImageDataReader.newInstance();
reader.setUrl(urlToLoad).then(() => {
  reader.loadData().then(() => {





--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html


More information about the vtkusers mailing list