aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/src/SwClothData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/src/SwClothData.cpp')
-rw-r--r--NvCloth/src/SwClothData.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/NvCloth/src/SwClothData.cpp b/NvCloth/src/SwClothData.cpp
index f102bde..84d85d4 100644
--- a/NvCloth/src/SwClothData.cpp
+++ b/NvCloth/src/SwClothData.cpp
@@ -73,6 +73,7 @@ cloth::SwClothData::SwClothData(SwCloth& cloth, const SwFabric& fabric)
mTethers = fabric.mTethers.begin();
mNumTethers = uint32_t(fabric.mTethers.size());
+ //1-(1 - stiffness)^stiffnessExponent
mTetherConstraintStiffness = 1.0f - expf(stiffnessExponent * cloth.mTetherConstraintLogStiffness);
mTetherConstraintScale = cloth.mTetherConstraintScale * fabric.mTetherLengthScale;