abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorPatrick2021-03-18 13:29:50 +0100
committerPatrick2021-03-18 13:29:50 +0100
commitb9403fc19e1b799d17e92f649e32d82f2986ec98 (patch)
tree2ae189e3cbee7240abaea4d85f28db72baf1a3dd
parent351f8c1843efc3a49c38f931662d047fd906afea (diff)
downloadcloth_sim-b9403fc19e1b799d17e92f649e32d82f2986ec98.tar.gz
cloth_sim-b9403fc19e1b799d17e92f649e32d82f2986ec98.zip
enable cloth-cloth collision
-rw-r--r--Scripts/cloth.js2
1 files changed, 1 insertions, 1 deletions
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() {