Hi,
Is there a way to visualize the 3D reconstruction from 3D slicer on a cellphone ?
Thank you!
Hi,
Is there a way to visualize the 3D reconstruction from 3D slicer on a cellphone ?
Thank you!
@BaptisteSVD The easiest is to export is OBJ and upload to a service like sketchFab. EXAMPLE.
If you want to host it yourself and have more control, consider using the
OpenAnatomy module, which can export mesh as GLTF.
You can make your own WebGL viewer to display the GLTF on a webpage. Consider using Three.js. Here’s an example GLTF loader.
Thank you very much for your answer, I think it will help me a lot !
Yes, sure there are many possible approaches. The simplest is probably to export model using SlicerOpenAnatomy extension, upload to dropbox, and send a 3dviewer.net link to recipients as described here.
Thanks a lot for your help!