0

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?

user2979961
  • 43
  • 1
  • 5
  • You performed it successfully?...what is the file format of .vtk file you used?....are there any customizations needed for .vtk file to be made useful for loading into xtk?..please help me :) – AkshayJ Nov 23 '15 at 05:12

1 Answers1

0

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

Nicolas
  • 2,191
  • 3
  • 29
  • 49