Your vtk file is in binary format. The legacy PolyDataReader in vtk.js only supports the ASCII version. If you export to the ASCII vtk format, then it will work.
1 Like
Your vtk file is in binary format. The legacy PolyDataReader in vtk.js only supports the ASCII version. If you export to the ASCII vtk format, then it will work.