diff options
| author | Sheikh Dawood <[email protected]> | 2018-04-09 10:13:48 -0500 |
|---|---|---|
| committer | Sheikh Dawood <[email protected]> | 2018-04-09 10:13:48 -0500 |
| commit | 238605d8225a9135d6b60646e05d066e25424eee (patch) | |
| tree | 2b013bd4946bb3c699d7a06ef1f21be85d367f63 /APEX_1.4/module/clothing/src/SimdMath.cpp | |
| parent | Add ParamTool.exe (diff) | |
| download | physx-3.4-238605d8225a9135d6b60646e05d066e25424eee.tar.xz physx-3.4-238605d8225a9135d6b60646e05d066e25424eee.zip | |
PhysX 3.4, APEX 1.4 patch release @23879214
Diffstat (limited to 'APEX_1.4/module/clothing/src/SimdMath.cpp')
| -rw-r--r-- | APEX_1.4/module/clothing/src/SimdMath.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/APEX_1.4/module/clothing/src/SimdMath.cpp b/APEX_1.4/module/clothing/src/SimdMath.cpp index 7591277d..5ea4a520 100644 --- a/APEX_1.4/module/clothing/src/SimdMath.cpp +++ b/APEX_1.4/module/clothing/src/SimdMath.cpp @@ -19,6 +19,8 @@ using physx::PxQuat; namespace nvidia { +using namespace clothing; + bool operator != (const PxMat44& a, const PxMat44& b) { PX_ASSERT((((size_t)&a) & 0xf) == 0); // verify 16 byte alignment |