I am looking for advice to render time dependent image volume data through vtk-js.
My initial intent was to load a vti file with multi-component point data representing the time vector. However, it doesn’t appear that I can use the Extract Component" filter in vtk-js which would take advantage of this.
Thus, would my best option be to load multiple vti files and show/hide actors (based on e.g. a slider position)?
Thanks for the advice.