diff options
Diffstat (limited to 'NvCloth/src/ClothBase.h')
| -rw-r--r-- | NvCloth/src/ClothBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NvCloth/src/ClothBase.h b/NvCloth/src/ClothBase.h index 8d75a72..ec1ee40 100644 --- a/NvCloth/src/ClothBase.h +++ b/NvCloth/src/ClothBase.h @@ -74,6 +74,7 @@ void initialize(Cloth& cloth, const physx::PxVec4* pIt, const physx::PxVec4* pEn cloth.mWind = physx::PxVec3(0.0f); cloth.mDragLogCoefficient = 0.0f; cloth.mLiftLogCoefficient = 0.0f; + cloth.mFluidDensity = 1.0f; cloth.mEnableContinuousCollision = false; cloth.mCollisionMassScale = 0.0f; cloth.mFriction = 0.0f; |