28-03-2023, 08:33 AM
(This post was last modified: 28-03-2023, 08:34 AM by josemendez.)
(28-03-2023, 02:47 AM)mandeepdhalor28 Wrote: Hi Josemendez,
I can understand, having this said, then the best approach would be to have our garments skinned on the base body in order to use Obi.
This brings me to a question, if it possible to skin the cloth in run time and then use Obi?
Thanks
Hi!
Yes, but you will have to write your own skinning algorithm. This isn't a trivial task if you're aiming for good quality, fully automatic skinning. The algorithm with the best complexity/quality ratio in my opinion is voxel heatmap-based skinning. Here's a description of it:
http://blog.wolfire.com/2009/11/volumetr...-skinning/
kind regards,