aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/extensions/include/NvClothExt
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/include/NvClothExt
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/include/NvClothExt')
-rw-r--r--NvCloth/extensions/include/NvClothExt/ClothFabricCooker.h1
1 files changed, 1 insertions, 0 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;
};