we are using VTK to render data in a regular desktop application, e.g. for images such as this one:
http://www.invicro.com/images/stories/NasalMergeSolidLabeled.gif
and I was very excited to learn about xtk, which does an awesome job to produce the same renderings in a web browser. I already managed to export our ROIs in vtk so I can load them into xtk, e.g.
http://www.vivoquant.com/xtk/index.html
However, as you see in the image of the first link, I would like to also add the MIP rendering of the mouse (to provide some further context). On the VTK side I use a vtkVolume, vtkVolumeRayCastMIPFunction and vtkFixedPointVolumeRayCastMapper to produce the MIP rendering. Unfortunately, I did not yet understand how to export this in a way xtk can use (similar to lessen 05 with skull.vtk).
Could you please let me know how you produced the skull.vtk example from a raw volume dataset?
Thank you very much. Awesome tool! Christian