VAT soft body simulation Glitches in UE5
1329 1 0- LVX_2
- Member
- 3 posts
- Joined: 6月 2020
- Offline
- staicu.teodor.23
- 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.
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