From f0c64cdbb2ad2e1ae9a110e1d291db57c5b8d85d Mon Sep 17 00:00:00 2001 From: Ramtin Naraghi Date: Sun, 24 Jan 2021 12:29:57 +0100 Subject: Distinguish between right and left mouse click for wind and dragging --- Scripts/cloth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts/cloth.js') diff --git a/Scripts/cloth.js b/Scripts/cloth.js index c873a3d..1ec79d5 100644 --- a/Scripts/cloth.js +++ b/Scripts/cloth.js @@ -99,7 +99,7 @@ export class Cloth { vertexRigidness = []; externalForces = []; - windForce = 0; + windForce = 100; /** * creates a rectangular piece of cloth -- cgit v1.2.3