aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/extensions
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2019-04-01 14:21:09 +0200
committerMarijn Tamis <[email protected]>2019-04-01 14:21:09 +0200
commitd243404d4ba88bcf53f7310cc8980b4efe38c19f (patch)
treedcc8ce2904e9f813e03f71f825c4d3c9ec565d91 /NvCloth/extensions
parentAdd new SetSpheres and SetPlanes api's to bring them in line with setTriangles. (diff)
downloadnvcloth-1.1.6.tar.xz
nvcloth-1.1.6.zip
1.1.6 Release.1.1.6
Diffstat (limited to 'NvCloth/extensions')
-rw-r--r--NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h1
-rw-r--r--NvCloth/extensions/src/ClothFabricCooker.cpp5
-rw-r--r--NvCloth/extensions/src/ClothGeodesicTetherCooker.cpp4
-rw-r--r--NvCloth/extensions/src/ClothMeshQuadifier.cpp6
4 files changed, 8 insertions, 8 deletions
diff --git a/NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h b/NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h
index f2dada0..e01d72d 100644
--- a/NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h
+++ b/NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h
@@ -194,6 +194,7 @@ public:
/** \brief Returns the fabric descriptor to create the fabric. */
virtual ClothFabricDesc getDescriptor() const = 0;
+
/** \brief Saves the fabric data to a platform and version dependent stream. */
virtual void save(physx::PxOutputStream& stream, bool platformMismatch) const = 0;
};
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;