# 3D model on cellphone 

**URL:** https://discourse.slicer.org/t/3d-model-on-cellphone/36642
**Category:** Development
**Created:** [June 7, 2024, 2:20pm UTC](https://discourse.slicer.org/t/3d-model-on-cellphone/36642 "2024-06-07T14:20:38Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![BaptisteSVD](https://avatars.discourse-cdn.com/v4/letter/b/e36b37/32.png) [@BaptisteSVD](https://discourse.slicer.org/u/BaptisteSVD)
#### Post date: [June 7, 2024, 2:20pm UTC](https://discourse.slicer.org/t/3d-model-on-cellphone/36642/1 "2024-06-07T14:20:38Z")

</div>

Hi,

Is there a way to visualize the 3D reconstruction from 3D slicer on a cellphone ?  
Thank you!

---

<div class="post-metadata">

### Author: ![JASON](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/jason/32/13419_2.png) [@JASON](https://discourse.slicer.org/u/JASON)
#### Post date: [September 30, 2024, 11:02pm UTC](https://discourse.slicer.org/t/3d-model-on-cellphone/36642/2 "2024-09-30T23:02:44Z")

</div>

@BaptisteSVD The easiest is to export is OBJ and upload to a service like [sketchFab](https://sketchfab.com/). [EXAMPLE](https://skfb.ly/6YJCV).

If you want to host it yourself and have more control, consider using the  
[OpenAnatomy module](https://github.com/PerkLab/SlicerOpenAnatomy), 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](https://threejs.org/examples/?q=gltf#webgl_loader_gltf).

---

<div class="post-metadata">

### Author: ![BaptisteSVD](https://avatars.discourse-cdn.com/v4/letter/b/e36b37/32.png) [@BaptisteSVD](https://discourse.slicer.org/u/BaptisteSVD)
#### Post date: [October 2, 2024, 1:58pm UTC](https://discourse.slicer.org/t/3d-model-on-cellphone/36642/3 "2024-10-02T13:58:19Z")

</div>

Thank you very much for your answer, I think it will help me a lot !

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [October 2, 2024, 6:32pm UTC](https://discourse.slicer.org/t/3d-model-on-cellphone/36642/4 "2024-10-02T18:32:53Z")

</div>

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](http://3dviewer.net) link to recipients as described [here](https://github.com/PerkLab/SlicerOpenAnatomy/tree/master/OpenAnatomyExport#quick-start).

---

<div class="post-metadata">

### Author: ![BaptisteSVD](https://avatars.discourse-cdn.com/v4/letter/b/e36b37/32.png) [@BaptisteSVD](https://discourse.slicer.org/u/BaptisteSVD)
#### Post date: [October 17, 2024, 7:53am UTC](https://discourse.slicer.org/t/3d-model-on-cellphone/36642/5 "2024-10-17T07:53:48Z")

</div>

Thanks a lot for your help!
