You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/NvCloth/Code/Tests/Components/ClothComponentMesh
moraaar d38f17131e
Fixed cloth tangent generation (from 'stabilization/2106' @26c9853f)
- 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>
4 years ago
..
ActorClothCollidersTest.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ActorClothSkinningTest.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ClothComponentMeshTest.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ClothConstraintsTest.cpp Fixed cloth tangent generation (from 'stabilization/2106' @26c9853f) 4 years ago