From fabb251458f4a2d6d4f87dd36038fac2774b378c Mon Sep 17 00:00:00 2001 From: Marijn Tamis Date: Fri, 20 Oct 2017 14:30:56 +0200 Subject: NvCloth 1.1.3 Release. (23014067) --- NvCloth/samples/SampleBase/utils/ClothMeshGenerator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'NvCloth/samples/SampleBase/utils/ClothMeshGenerator.cpp') diff --git a/NvCloth/samples/SampleBase/utils/ClothMeshGenerator.cpp b/NvCloth/samples/SampleBase/utils/ClothMeshGenerator.cpp index 49f9ada..495ba15 100644 --- a/NvCloth/samples/SampleBase/utils/ClothMeshGenerator.cpp +++ b/NvCloth/samples/SampleBase/utils/ClothMeshGenerator.cpp @@ -72,6 +72,7 @@ GeneratePlaneCloth(x,y,2,2) generates: pos = physx::PxVec3(((float)x / (float)segmentsX) * width, ((float)(y&2) / (float)segmentsY) * height, ((float)((y+1)&~1) / (float)segmentsY) * height); + break; default: pos = physx::PxVec3(((float)x / (float)segmentsX) * width, 0.f, -- cgit v1.2.3