27-01-2022, 08:43 AM
(This post was last modified: 27-01-2022, 08:48 AM by josemendez.)
(27-01-2022, 07:04 AM)MoonBoop Wrote: Sorry, im having trouble with linking images on the forum.
I tried having them on imager, but they don't seem to work on here.
Hi there!
The imgur URL you pasted is incorrect: it's a link to a imgur page, not an image (missing the file extension):
Quote:https://imgur.com/o7TADi5
This is the correct one:
Quote:https://i.imgur.com/o7TADi5.png
Which can then be embedded just fine:
Regarding your question, you gave zero details on what your setup looks like so I don't have much to work with :
- Which backend are you using?
- Is this skinned cloth or regular cloth?
- If regular cloth (that is, not relying on skin constraints but on regular collisions) is the character a MeshCollider, a DistanceField, or a combination of primitive colliders?
- Using regular or surface collisions?
- What are your solver/updater settings? (amount of collision iterations, amount of substeps, etc)
cheers!