-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vtk unstructureddata (vtu file) file type can be loaded? #693
Comments
Hi @zhangcl-163 , vtu is not planned in the current future as far as I am aware; however, |
Hey Matt, did UNSTRUCTURED_DATA get implemented? My models are working fine with itk.js but itk-wasm is crashing without any usefull error codes so this might be the problem I don't think I need it, but maybe it would help people in the future For now I am just doing an extra postprocessing step of converting to XML PolyData:
Than using the https://kitware.github.io/vtk-js/examples/XMLPolyDataWriter.html |
@jord1e thanks for sharing the workaround! I currently do not have plans to add VTU support, but contributions are welcome. |
Thank you for the update! The workaround is working perfectly, and I am getting WAY better performance as compared to using the vtk.js IO/Legacy vtkITKPolyDataReader/ITKPolyDataReader + itk.js+ setReadPolyDataArrayBufferFromITK Hoping Google guides people to it ;) |
xref: #1261 |
since vtk.js -itk, unstructureddata file (vtu) can be loaded.
in itk-wasm, does it support vtu file type to be loaded?
or it is supported in seperate itk-wasm io module?
any suggestions are appreciated!
The text was updated successfully, but these errors were encountered: