aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/src/dx/DxClothData.cpp
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2018-05-03 18:22:48 +0200
committerMarijn Tamis <[email protected]>2018-05-03 18:22:48 +0200
commitca32c59a58d37c1822e185a2d5f3d0d3e8943593 (patch)
treeb06b9eec03f34344ef8fc31aa147b2714d3962ee /NvCloth/src/dx/DxClothData.cpp
parentForced rename of platform folders in cmake dir. Git didn't pick this up before. (diff)
downloadnvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.tar.xz
nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.zip
NvCloth 1.1.4 Release. (24070740)
Diffstat (limited to 'NvCloth/src/dx/DxClothData.cpp')
-rw-r--r--NvCloth/src/dx/DxClothData.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/NvCloth/src/dx/DxClothData.cpp b/NvCloth/src/dx/DxClothData.cpp
index 57049bf..562ce7a 100644
--- a/NvCloth/src/dx/DxClothData.cpp
+++ b/NvCloth/src/dx/DxClothData.cpp
@@ -71,6 +71,8 @@ cloth::DxClothData::DxClothData(DxCloth& cloth)
mNumCollisionTriangles = uint32_t(cloth.mStartCollisionTriangles.size()) / 3;
+ mNumVirtualParticleSetSizes = cloth.mVirtualParticleSetSizes.size();
+
mEnableContinuousCollision = cloth.mEnableContinuousCollision;
mCollisionMassScale = cloth.mCollisionMassScale;
mFrictionScale = cloth.mFriction;