VAT soft body simulation Glitches in UE5

   1327   1   0
User Avatar
Member
3 posts
Joined: 6月 2020
Offline
Hello everyone. I'm trying to export a set of cloth sims as VAT to UE5. But none of the sims work properly. They all are glitched. Is there anyone who had the same issue?

Attachments:
VAT_ClothGlitch.mp4 (7.3 MB)

User Avatar
Member
12 posts
Joined: 2月 2021
Offline
make sure the texture compression is HDR, no srgb, nearest filtering, etc.

on the mesh, enable high precision UVs and that the generate lightmap uvs is not overriding the uvs used by the VAT

best way to do this would be with soft body deformation VAT.

in unreal try to use the debug material functions in order to see the resulting values.

another thing is that houdini and ue have different unit systems (meters vs cm) and the axes are switched (y and z). by default the labs VAT system should account for that but you can always check to see what happens if you swizzle the axes a bit.
  • Quick Links