diff options
| author | Marijn Tamis <[email protected]> | 2017-04-28 14:19:07 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2017-04-28 14:19:07 +0200 |
| commit | b350eb5f4d44e8448115796144375d79438d74ae (patch) | |
| tree | 8e102e8c28f45a1b87bd335ceee4f33c3d4ee7c2 /NvCloth/src/dx/DxFactory.h | |
| parent | Add visual samples. (diff) | |
| download | nvcloth-b350eb5f4d44e8448115796144375d79438d74ae.tar.xz nvcloth-b350eb5f4d44e8448115796144375d79438d74ae.zip | |
NvCloth 1.1.0 Release. (22041545)
Diffstat (limited to 'NvCloth/src/dx/DxFactory.h')
| -rw-r--r-- | NvCloth/src/dx/DxFactory.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NvCloth/src/dx/DxFactory.h b/NvCloth/src/dx/DxFactory.h index 0fec0d8..23d5382 100644 --- a/NvCloth/src/dx/DxFactory.h +++ b/NvCloth/src/dx/DxFactory.h @@ -63,7 +63,7 @@ protected: public: typedef DxFabric FabricType; - typedef ClothImpl<DxCloth> ImplType; + typedef DxCloth ClothType; explicit DxFactory(DxContextManagerCallback*); virtual ~DxFactory(); @@ -155,6 +155,8 @@ protected: DxBatchedStorage<uint32_t> mSelfCollisionIndices; DxBatchedStorage<physx::PxVec4> mSelfCollisionParticles; DxBatchedStorage<uint32_t> mSelfCollisionData; + + DxBatchedStorage<uint32_t> mTriangles; }; } } |