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/Source/Components
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>
4 years ago
..
ClothComponentMesh Fixed cloth tangent generation (#2440) 4 years ago
ClothComponent.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ClothComponent.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ClothConfiguration.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
ClothConfiguration.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
EditorClothComponent.cpp First pass FBX -> Scene File conversion. (#1699) 5 years ago
EditorClothComponent.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago