Just to follow up on this thread. I have now seen there are Glance html builds that can be used to bundle vtkjs files. I wonder if this would also be possible with plain ascii vtk or vtp files (without the views)? I have tried with
Glance.loadFiles/openFile("path_to_my_local_file")
calls instead of “importBase64Dataset” but just can not get that to work. Should this be possible at all?
Alternatively, should this be possible to run everything locally as:
file:///C:/temp/ParaViewGlance.html/?name=test.vtp&url=file:///C://temp//test.vtp
as this will not work either?