I'm going to load a 3d model of a knee (saved as .vtk file, created in VTK ) into web browser by XTK library.

I have to prepare small assesment of this and analyze the results...

I'm wondering which factors I should take into consideration - loading time of the model? checking out the differences between web browsers that support WebGL?

有帮助吗?

解决方案

You can check:

1- loading time (depends on your network connection)

2- parsing time (depends on your machine)

3- frame rates

4- if it looks correct or not

5- which browsers are supported (desktop, mobiles, tablets)

etc.

I would also compare it to natives apps, suck as a simple vtk app or slicer.

My 2 cts

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top