# Possible to morph 3D models?

**URL:** https://discourse.vtk.org/t/possible-to-morph-3d-models/6520
**Category:** Web
**Created:** [August 31, 2021, 3:40pm UTC](https://discourse.vtk.org/t/possible-to-morph-3d-models/6520 "2021-08-31T15:40:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![oguzhantopsakal](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/o/3be4f8/32.png) [@oguzhantopsakal](https://discourse.vtk.org/u/oguzhantopsakal)
#### Post date: [August 31, 2021, 3:40pm UTC](https://discourse.vtk.org/t/possible-to-morph-3d-models/6520/1 "2021-08-31T15:40:18Z")

</div>

I would like to know if vtk.js or any of the Kitware products can be used to morph 3D models on webpage either manually or programmatically? Could you direct me to any documentation or examples?  
Thank you!

---

<div class="post-metadata">

### Author: ![oguzhantopsakal](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/o/3be4f8/32.png) [@oguzhantopsakal](https://discourse.vtk.org/u/oguzhantopsakal)
#### Post date: [September 6, 2021, 1:12pm UTC](https://discourse.vtk.org/t/possible-to-morph-3d-models/6520/2 "2021-09-06T13:12:32Z")

</div>

Hello, can we morph 3D models using VTK libraries? Just wanted to bring this question up again. Please share your thoughts/knowledge. Thank you!

---

<div class="post-metadata">

### Author: ![Forrest](https://discourse.vtk.org/user_avatar/discourse.vtk.org/forrest/32/300_2.png) [@Forrest](https://discourse.vtk.org/u/Forrest)
#### Post date: [September 7, 2021, 3:15pm UTC](https://discourse.vtk.org/t/possible-to-morph-3d-models/6520/3 "2021-09-07T15:15:07Z")

</div>

Hi, there are no utilities yet in vtk.js for performing geometry morphing. However, the C++ VTK library likely does, so you can look there. If you are okay with remote rendering or sending geometry from a server, you could do morphing in VTK on a server and send geometry to vtk.js for rendering.

---

<div class="post-metadata">

### Author: ![oguzhantopsakal](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/o/3be4f8/32.png) [@oguzhantopsakal](https://discourse.vtk.org/u/oguzhantopsakal)
#### Post date: [September 8, 2021, 1:10pm UTC](https://discourse.vtk.org/t/possible-to-morph-3d-models/6520/4 "2021-09-08T13:10:07Z")

</div>

Thank you for letting me know that vtk.js does not have it. Remote rendering makes sense, I will consider it.
