Hello!
I am totally new to vtk.js and web visualisation, so my question could be really basic to figure out.
I have this file to visualise: https://github.com/BinWang0213/PyGRDECL/blob/master/Results/dome.vtp
It consists of geometry description as well as other data arrays such as DataArray type="Float32" Name="PORO" format="appended" RangeMin="0.10163647681". How do I load this into js via vtk.js?
Most helpful comment
That example allow you to load your file.
Here is a link that use this example with your data.