I have attached VolumeMapper.html file. I am trying to execute on browser but i got the error
GET http://localhost:8080/webapp/anyfilename.vti/index.json 404 (Not Found)
I referred https://kitware.github.io/vtk-js/examples/VolumeMapper.html link. I want to display 3D volume data on browser. Also i have ‘anyfilename.vti’ file which contain numeric data.
I am new in JavaScript. I have few quetions. Please help me and give me the suggetions
- Why index.json file is required and what it is exactly?
- Why its showing inside the anyfilename.vti file ?
VolumeMapper.html (2.4 KB)