aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/extensions/src
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/extensions/src')
-rw-r--r--NvCloth/extensions/src/ClothFabricCooker.cpp5
-rw-r--r--NvCloth/extensions/src/ClothGeodesicTetherCooker.cpp4
-rw-r--r--NvCloth/extensions/src/ClothMeshQuadifier.cpp6
3 files changed, 7 insertions, 8 deletions
diff --git a/NvCloth/extensions/src/ClothFabricCooker.cpp b/NvCloth/extensions/src/ClothFabricCooker.cpp
index c6d0103..eda73de 100644
--- a/NvCloth/extensions/src/ClothFabricCooker.cpp
+++ b/NvCloth/extensions/src/ClothFabricCooker.cpp
@@ -30,9 +30,8 @@
#include "foundation/PxVec4.h"
#include "foundation/PxIO.h"
#include "foundation/PxStrideIterator.h"
-#include "PsSort.h"
-#include "PsMathUtils.h"
-
+#include "ps/PsSort.h"
+#include "NvCloth/ps/PsMathUtils.h"
#include "NvClothExt/ClothFabricCooker.h"
#include "NvClothExt/ClothTetherCooker.h"
#include "NvCloth/Fabric.h"
diff --git a/NvCloth/extensions/src/ClothGeodesicTetherCooker.cpp b/NvCloth/extensions/src/ClothGeodesicTetherCooker.cpp
index 65e2a3f..7557389 100644
--- a/NvCloth/extensions/src/ClothGeodesicTetherCooker.cpp
+++ b/NvCloth/extensions/src/ClothGeodesicTetherCooker.cpp
@@ -33,8 +33,8 @@
#include "NvClothExt/ClothTetherCooker.h"
// from shared foundation
-#include <PsSort.h>
-#include <PsMathUtils.h>
+#include "../../src/ps/PsSort.h"
+#include "NvCloth/ps/PsMathUtils.h"
#include "NvCloth/Allocator.h"
using namespace physx;
diff --git a/NvCloth/extensions/src/ClothMeshQuadifier.cpp b/NvCloth/extensions/src/ClothMeshQuadifier.cpp
index 4ae081e..2250c09 100644
--- a/NvCloth/extensions/src/ClothMeshQuadifier.cpp
+++ b/NvCloth/extensions/src/ClothMeshQuadifier.cpp
@@ -31,9 +31,9 @@
#include "NvClothExt/ClothMeshQuadifier.h"
// from shared foundation
-#include <PsSort.h>
-#include <Ps.h>
-#include <PsMathUtils.h>
+#include "../../src/ps/PsSort.h"
+#include "NvCloth/ps/Ps.h"
+#include "NvCloth/ps/PsMathUtils.h"
#include "NvCloth/Allocator.h"
using namespace physx;