diff options
Diffstat (limited to 'NvCloth/samples/SampleBase/scene/Scene.h')
| -rw-r--r-- | NvCloth/samples/SampleBase/scene/Scene.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NvCloth/samples/SampleBase/scene/Scene.h b/NvCloth/samples/SampleBase/scene/Scene.h index 1c14fbd..4ef2bed 100644 --- a/NvCloth/samples/SampleBase/scene/Scene.h +++ b/NvCloth/samples/SampleBase/scene/Scene.h @@ -75,7 +75,9 @@ protected: void trackFabric(nv::cloth::Fabric* fabric); void untrackFabric(nv::cloth::Fabric* fabric); - void addClothToSolver(ClothActor* clothActor, nv::cloth::Solver* solver); //Helps to detach cloths from solver at AutoDeinit. + //Help to detach cloths from solver at AutoDeinit. + void addClothToSolver(ClothActor* clothActor, nv::cloth::Solver* solver); + void addClothsToSolver(nv::cloth::Range<ClothActor*> clothActors, nv::cloth::Solver* solver); void trackRenderable(Renderable* renderMesh); void untrackRenderable(Renderable* renderMesh); |