Files
o3de/Gems/NvCloth/Code/Tests/Components/ClothComponentMesh
moraaar 26c9853ff9 Fixed cloth tangent generation (#2440)
- The output vectors were not properly filled with zeros when they already had the expected size.
- The tolerance was too large and was causing patches while computing tangents and bitangents.
- The handedness was inverted to what is expected in the shader (which always inverts tangent's w).

Signed-off-by: moraaar <moraaar@amazon.com>
2021-07-27 09:11:28 +01:00
..