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/System
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
..
Cloth.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Cloth.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Fabric.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
FabricCooker.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
FabricCooker.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Factory.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Factory.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
NvTypes.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
NvTypes.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Solver.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Solver.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SystemComponent.cpp Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
SystemComponent.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
TangentSpaceHelper.cpp Fixed cloth tangent generation (#2440) 4 years ago
TangentSpaceHelper.h Final update copyright headers to reference license files at the repo root (#1693) 5 years ago