From b9403fc19e1b799d17e92f649e32d82f2986ec98 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 18 Mar 2021 13:29:50 +0100 Subject: [PATCH] enable cloth-cloth collision --- Scripts/cloth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/cloth.js b/Scripts/cloth.js index 26a8ffe..1f1c1e0 100644 --- a/Scripts/cloth.js +++ b/Scripts/cloth.js @@ -229,7 +229,7 @@ class Cloth { constraint.satisfy(); } - //this.intersect(); + this.intersect(); } intersect() { -- 2.50.1