Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to pin cloth particles to mesh without skinning
#2
(18-01-2018, 05:13 PM)jumanahalasadi Wrote: Hi, I am trying to attach skirts or dresses to a human model. My project is a character customization program where the user can change clothes on run-time. 

The human model will be rigged and animated with capsule colliders. If I pin particles using the Obi Cloth interface they do not move with the model should the model rotate or animate into a pose. I believe this is because the cloth is not skinned.

The problem is I have so many different skirts and dresses that I cannot afford to skin/bind them all individually in a separate program such as Maya or Blender. I want to be able to pin them to the human model at run-time in Unity without skinning it beforehand. 

How is this possible, maybe through the scripting API of the particles list? 

Thanks for your help.

J

Hi jumanahalasadi,

What you ask for cannot be done in realtime using a CPU cloth solver. It involves detecting and resolving thousands of collisions against two deformable meshes.

Realtime clothing in games requires the cloth to be skinned to the same skeleton as the rest of the character.

kind regards,
Reply


Messages In This Thread
RE: How to pin cloth particles to mesh without skinning - by josemendez - 18-01-2018, 07:07 PM