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/src/cuda/CuSolver.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NvCloth/src/cuda/CuSolver.h') diff --git a/NvCloth/src/cuda/CuSolver.h b/NvCloth/src/cuda/CuSolver.h index 0406e00..b4c6d6b 100644 --- a/NvCloth/src/cuda/CuSolver.h +++ b/NvCloth/src/cuda/CuSolver.h @@ -58,6 +58,7 @@ public: ~CuSolver(); virtual void addCloth(Cloth*) override; + virtual void addCloths(Range cloths) override; virtual void removeCloth(Cloth*) override; virtual int getNumCloths() const override; virtual Cloth * const * getClothList() const override; @@ -103,6 +104,10 @@ public: } private: + // add cloth helper functions + void addClothAppend(Cloth* cloth); + void addClothUpdateData(); + void updateKernelData(); // context needs to be acquired // simulate helper functions -- cgit v1.2.3