Vtk-js: Is it possible to render pvti files in vtk.js in parallel?

Created on 4 Jun 2019  路  4Comments  路  Source: Kitware/vtk-js

Hello.

I have a question.

Is it possible to render pvti files in vtk.js in parallel?

Thank you!

Most helpful comment

What do you mean by "in parallel"? Are you envisioning browser with MPI? Or just multi-volume rendering. If it is the later, it will be available soonish.

All 4 comments

What do you mean by "in parallel"? Are you envisioning browser with MPI? Or just multi-volume rendering. If it is the later, it will be available soonish.

Thanks for the quick reply!

I don鈥檛 know if I understand your answer correctly. Already I implemented volume rendering by overlaying two of them at the same time. However, the two are overlapping at the same time, slower than one volume rendering. I want to improve this problem.

So I think that if I use the pvti file format, it will get faster with the help of the GPU. I wonder if it can be implemented in vtk.js.

Thank you!!

The multi-volume rendering is to have proper blending of the volume.
The speed will happen at the GPU level or by down-sampling when interacting not by parallelizing like you are thinking.

Thank you very much!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rjsgml5698 picture rjsgml5698  路  4Comments

doczoidberg picture doczoidberg  路  5Comments

xavArtley picture xavArtley  路  4Comments

rjsgml5698 picture rjsgml5698  路  4Comments

mix3d picture mix3d  路  7Comments