aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/include
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/include')
-rw-r--r--NvCloth/include/NvCloth/Cloth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/NvCloth/include/NvCloth/Cloth.h b/NvCloth/include/NvCloth/Cloth.h
index 3d783e9..ac957f7 100644
--- a/NvCloth/include/NvCloth/Cloth.h
+++ b/NvCloth/include/NvCloth/Cloth.h
@@ -376,6 +376,10 @@ class Cloth : public UserAllocated
virtual void setLiftCoefficient(float) = 0;
///Returns value set with setLiftCoefficient().
virtual float getLiftCoefficient() const = 0;
+ /** /brief Sets the fluid density used for air drag/lift calculations. */
+ virtual void setFluidDensity(float) = 0;
+ ///Returns value set with setFluidDensity().
+ virtual float getFluidDensity() const = 0;
/* self collision */