From cfa944ded7370fb5f22b1fb894ecf6b9bd3f7381 Mon Sep 17 00:00:00 2001 From: Marijn Tamis Date: Mon, 3 Jul 2017 11:49:08 +0200 Subject: NvCloth 1.1.1 Release. (22392725) --- NvCloth/include/NvCloth/Cloth.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NvCloth/include') 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 */ -- cgit v1.2.3