在网络上的人体模型上模拟 3D 服装

Simulating 3D clothing on human model on the web

所以最近我一直在努力寻找最好的解决方案,基本上我想要实现的是:

视频:https://www.youtube.com/watch?v=kCGHXlLR3l8&feature=youtu.be&t=1057

或者这个:https://www.youtube.com/watch?v=lgMuGRCnqXw (它们看起来不错,但在网络上似乎不起作用)

所以我想实现这样的结果但是在网络上。

我试着在网上搜索了整整一个星期,我能找到的最好的东西是这两个链接和这个:https://www.youtube.com/watch?v=X5acomKAux4 我不确定它是否和其他两个链接一样好用。

我也尝试联系 Jim Hugunin,他负责图片中的疯狂结果,但不幸的是,这个人似乎自 2018 年 1 月以来就缺席了:\

有没有人做过这样的模拟?你相信 WebGL 有能力渲染这样的东西吗? 非常感谢任何能发光的人:)

Have anyone ever experienced doing such a simulation?

是的,Unity asset store 上有很多,但还不支持 webgl。如果您向他们发送有关 webgl / 多线程的信息,他们可能会考虑。

Do you believe WebGL is capable of rendering such a thing? Would be very thankful for anyone who could shine some light :)

这是可能的,但仅限于少数浏览器:https://caniuse.com/#feat=sharedarraybuffer, someone could probably implement it. It needs WASM multithreading, which is currently available in 2019.1+ experimentally - see this: https://forum.unity.com/threads/2019-1.597238/