aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/src/dx/DxFabric.h
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2017-04-28 14:19:07 +0200
committerMarijn Tamis <[email protected]>2017-04-28 14:19:07 +0200
commitb350eb5f4d44e8448115796144375d79438d74ae (patch)
tree8e102e8c28f45a1b87bd335ceee4f33c3d4ee7c2 /NvCloth/src/dx/DxFabric.h
parentAdd visual samples. (diff)
downloadnvcloth-b350eb5f4d44e8448115796144375d79438d74ae.tar.xz
nvcloth-b350eb5f4d44e8448115796144375d79438d74ae.zip
NvCloth 1.1.0 Release. (22041545)
Diffstat (limited to 'NvCloth/src/dx/DxFabric.h')
-rw-r--r--NvCloth/src/dx/DxFabric.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/NvCloth/src/dx/DxFabric.h b/NvCloth/src/dx/DxFabric.h
index 2e64cee..6bc5b07 100644
--- a/NvCloth/src/dx/DxFabric.h
+++ b/NvCloth/src/dx/DxFabric.h
@@ -85,7 +85,8 @@ public:
DxBatchedVector<DxTether> mTethers;
float mTetherLengthScale;
- Vector<uint16_t>::Type mTriangles;
+ DxBatchedVector<uint32_t> mTriangles; //data stored is actually uint16_t
+ int mNumTriangles;
Vector<uint32_t>::Type mFirstConstraintInPhase;
Vector<uint32_t>::Type mNumConstraintsInPhase;