Simulate Human face tissue displacement with Three js

Hi, I’m doing research on simulating human soft tissue displacements after facial surgery. I’m currently looking at Finite Element Analysis to find a solution to this problem. Are there any possible ways to do this in Three Js

Nothing in particular comes to mind? 3js will just help you to display end result, nothing more :man_shrugging:

Hi @sanojsilva , how is your research going? Have you found a way to display your soft tissue displacements simulation using 3js?

This subject interests me, I appreaciate any info

This has been recently added to the official examples “morph target - face model”, it’s using the Mesh’s morphTargetInfluences and the BufferGeometry morphAttributes with a face model from Face cap.

1 Like