]> gitweb.ps.run Git - cloth_sim/commitdiff
enable cloth-cloth collision
authorPatrick <patrick.schoenberger@posteo.de>
Thu, 18 Mar 2021 12:29:50 +0000 (13:29 +0100)
committerPatrick <patrick.schoenberger@posteo.de>
Thu, 18 Mar 2021 12:29:50 +0000 (13:29 +0100)
Scripts/cloth.js

index 26a8ffed62449aaee2f5dcbd55d5965c5b310032..1f1c1e01df19a910b5911c12ef95669b0576173e 100644 (file)
@@ -229,7 +229,7 @@ class Cloth {
       constraint.satisfy();\r
     }\r
 \r
-    //this.intersect();\r
+    this.intersect();\r
   }\r
 \r
   intersect() {\r