High resolution cloth?

geo6
Posts: 4
Joined: Fri Mar 22, 2019 9:06 pm

High resolution cloth?

Post by geo6 »

It seems cloth simulations start getting unstable or inaccurate after the cloth exceeds something around 400 vertices. Is there a setting or some way to get it to handle higher resolution cloths?
steven
Posts: 83
Joined: Mon Nov 05, 2018 8:16 am
Location: China

Re: High resolution cloth?

Post by steven »

did you try the Cluster? maybe it can help to make your test work well.
geo6
Posts: 4
Joined: Fri Mar 22, 2019 9:06 pm

Re: High resolution cloth?

Post by geo6 »

Cluster's don't seem to help. I think it is because of the verlet integration method, If i increase the piterations value of the config from 1 to something like 8 it can do a bit larger cloths but it doesn't look very good and I think the increased iterations slows things down quite a bit.

Probably the best way to get bullet handling larger cloths is to switch from verlet to implicit euler integration. Anyone if you can switch the integration method out?