diff options
Diffstat (limited to 'NvCloth/src/cuda/CuClothData.h')
| -rw-r--r-- | NvCloth/src/cuda/CuClothData.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NvCloth/src/cuda/CuClothData.h b/NvCloth/src/cuda/CuClothData.h index 0e4cda0..dd836fd 100644 --- a/NvCloth/src/cuda/CuClothData.h +++ b/NvCloth/src/cuda/CuClothData.h @@ -135,6 +135,7 @@ struct CuFrameData // wind data float mDragCoefficient; float mLiftCoefficient; + float mFluidDensity; float mRotation[9]; // motion constraint data |