diff options
| author | Marijn Tamis <[email protected]> | 2018-05-03 18:22:48 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2018-05-03 18:22:48 +0200 |
| commit | ca32c59a58d37c1822e185a2d5f3d0d3e8943593 (patch) | |
| tree | b06b9eec03f34344ef8fc31aa147b2714d3962ee /NvCloth/src/dx/DxClothData.h | |
| parent | Forced rename of platform folders in cmake dir. Git didn't pick this up before. (diff) | |
| download | nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.tar.xz nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.zip | |
NvCloth 1.1.4 Release. (24070740)
Diffstat (limited to 'NvCloth/src/dx/DxClothData.h')
| -rw-r--r-- | NvCloth/src/dx/DxClothData.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NvCloth/src/dx/DxClothData.h b/NvCloth/src/dx/DxClothData.h index 4da9be2..855a3c5 100644 --- a/NvCloth/src/dx/DxClothData.h +++ b/NvCloth/src/dx/DxClothData.h @@ -46,7 +46,7 @@ typedef unsigned int uint32_t; typedef int int32_t; #endif -static const uint32_t MaxParticlesInSharedMem = 1971; +static const uint32_t MaxParticlesInSharedMem = 1969; struct DxPhaseConfig @@ -124,6 +124,8 @@ struct DxClothData uint32_t mNumCollisionTriangles; + uint32_t mNumVirtualParticleSetSizes; + uint32_t mEnableContinuousCollision; //bool stored in uint32_t for dx alignment float mCollisionMassScale; float mFrictionScale; |