Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  different skinned clothes intercollision
#1
Triste 
Hello,

I have two different skinned clothes with self-collision checked and parented by one solver hoping that they can collide with each other at runtime. But it doesn't work. Am I doing it in the wrong way? If so, I wonder how can I do it. 

Thanks.
Reply
#2
(11-02-2020, 12:49 PM)guoli Wrote: Hello,

I have two different skinned clothes with self-collision checked and parented by one solver hoping that they can collide with each other at runtime. But it doesn't work. Am I doing it in the wrong way? If so, I wonder how can I do it. 

Thanks.

Self-collision means... well, self-collision: a cloth colliding with itself.

To have two pieces of cloth colliding between each other (inter-collision), you need to make sure they have different phases. See:
http://obi.virtualmethodstudio.com/tutor...sions.html
Reply
#3
(11-02-2020, 02:43 PM)josemendez Wrote: Self-collision means... well, self-collision: a cloth colliding with itself.

To have two pieces of cloth colliding between each other (inter-collision), you need to make sure they have different phases. See:
http://obi.virtualmethodstudio.com/tutor...sions.html

Thanks, I changed their phases and it seemed work. 

But still, they penetrate sometimes. Is penetration not avoidable?
Reply
#4
(11-02-2020, 09:17 PM)guoli Wrote: Thanks, I changed their phases and it seemed work. 

But still, they penetrate sometimes. Is penetration not avoidable?

Hi,

Not in all cases. Make sure particle radius is high enough that gaps do not appear between particles, that would be the basic thing to look out for. Even then, there's a slight probability of tunneling (like in all physics engines). See: https://www.youtube.com/watch?v=ms0Z35GY...MUXHdJMXKn
Reply
#5
(12-02-2020, 08:52 AM)josemendez Wrote: Hi,

Not in all cases. Make sure particle radius is high enough that gaps do not appear between particles, that would be the basic thing to look out for. Even then, there's a slight probability of tunneling (like in all physics engines). See: https://www.youtube.com/watch?v=ms0Z35GY...MUXHdJMXKn

Increasing particle radius of both clothes does make the whole simulation looks better. BTW, these tutorials on youtube are really great, Thank you.
Reply