I have one mesh with 2 materials. Cloth simulation in Unreal works with materials, but I can’t join both materials in one for resolution purposes.
Is there a way to avoid Cloth simulation separate mesh for both materials and act as one mesh?
I have one mesh with 2 materials. Cloth simulation in Unreal works with materials, but I can’t join both materials in one for resolution purposes.
Is there a way to avoid Cloth simulation separate mesh for both materials and act as one mesh?
There’s probably a better way maybe, but the way I found to get around this is making a single proxy mesh for the geom that has multiple materials.
Good tutorial on making sim meshs or proxy meshs:
Best of luck!
You van have multiple skeletal meshes attached.
The caviat is that they will interpenetrate each other using Apex.
In theory, should chaos cloth actually work, the interpenetration may be solved by allowing the cloth to collid with the world.
Secondly.
Resolution has absolutely nothing to do with how many meshes are used…
And more importantly nothing prevents uv mapping different faces to different textures by having different UVs…
Say you have a cloth with 4 materials… what if you use material layers/layer blends and then use alpha channels for the underlying layers to show?
Does the material need to have different apex definitions? If not, then it doesnt really matter how you do it.
Differnt UVs for each, or different material layers would all work.
Even vertex paint to differentiate the layers would work.
The real question you should ask is why and what for.
A render? Even different materials.
A game? One UV. One material. The texturing defines colors.