Hi,
Are there any SDKs that enables animation of cloth like dresses, skirts, hair etc
Or any samples on how to implement it (I know it's not an easy task).
Thanks!
Hi,
Are there any SDKs that enables animation of cloth like dresses, skirts, hair etc
Or any samples on how to implement it (I know it's not an easy task).
Thanks!
Cloth simulation through physics
EladioG
There is 2 approaches to getting physics running.
1. Implement all the math yourself and create your own physics engine. This is definitely alot of work and you might find yourself spending countless hours sorting out bugs etc...
2. Use a pre-built Physics API from a bunch of kinda people who spent the countless hours doing it themselves.
I would suggest going with David's option and looking for some physics APIs freely available such as newton or ODE. There are quite a few out there.
I hope this helps.
Take care.
yaarit
Hmm...I can't say I found many SDKs offering cloth simulation.
I forgot to mention that I need real-time simulation, not some plugin for Maya or 3DS..
Thanks again!
haibing
eric8910
Thanks,
But does ODE support cloth simulation -I mean without a ton of work...
If you know of any other SDKs supporting real-time cloth simulation, I would be happy if you let me know!
(As you understand, I am probably not goint to implement it myself... ;-)
Cheers!
Vesa
droby10
Excellent feedback, Eyal :-)
Thanks a lot!