Possible to morph 3D models?

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!

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

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.

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