![]() |
Is there a way to turn on cloth self-collision without the CUDA solver? - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: Is there a way to turn on cloth self-collision without the CUDA solver? (/thread-2041.html) |
Is there a way to turn on cloth self-collision without the CUDA solver? - TMiller - 11-09-2020 I currently don't own an Nvidia CUDA-compatible GPU (using AMD) and I was wondering if there is a way to enable cloth collision without using the CUDA Cloth Collision Solver. Thanks! RE: Is there a way to turn on cloth self-collision without the CUDA solver? - tyFlow - 11-09-2020 You can use the Particle Physics operator to simulate self-collisions using vertex-vertex collisions only (there are example scenes showing how to do this), but if you want fully accurate collisions you will need a NVidia GPU. RE: Is there a way to turn on cloth self-collision without the CUDA solver? - TMiller - 11-10-2020 Got it! Thanks Tyson |