diff options
Diffstat (limited to 'NvCloth/src/SwClothData.h')
| -rw-r--r-- | NvCloth/src/SwClothData.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NvCloth/src/SwClothData.h b/NvCloth/src/SwClothData.h index d2387b5..78a6f99 100644 --- a/NvCloth/src/SwClothData.h +++ b/NvCloth/src/SwClothData.h @@ -92,6 +92,7 @@ struct SwClothData uint32_t mNumTriangles; float mDragCoefficient; float mLiftCoefficient; + float mFluidDensity; // motion constraint data const float* mStartMotionConstraints; |