diff options
| author | Patrick | 2021-03-18 13:29:50 +0100 |
|---|---|---|
| committer | Patrick | 2021-03-18 13:29:50 +0100 |
| commit | b9403fc19e1b799d17e92f649e32d82f2986ec98 (patch) | |
| tree | 2ae189e3cbee7240abaea4d85f28db72baf1a3dd /Scripts | |
| parent | 351f8c1843efc3a49c38f931662d047fd906afea (diff) | |
| download | cloth_sim-b9403fc19e1b799d17e92f649e32d82f2986ec98.tar.gz cloth_sim-b9403fc19e1b799d17e92f649e32d82f2986ec98.zip | |
enable cloth-cloth collision
Diffstat (limited to 'Scripts')
| -rw-r--r-- | Scripts/cloth.js | 2 |
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() {
|
