diff options
Diffstat (limited to 'NvCloth/src/dx/DxClothData.cpp')
| -rw-r--r-- | NvCloth/src/dx/DxClothData.cpp | 2 |
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; |