soiz1 commited on
Commit
8fed027
·
verified ·
1 Parent(s): af1359f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -152,7 +152,7 @@
152
  this.lastTime = time;
153
  return;
154
  }
155
- this.windForce.set(0.5, 0, 5).normalize().multiplyScalar(100);
156
  var i = 0,
157
  max;
158
  for (i = 0, max = this.particles.length; i < max; i = i + 1) {
 
152
  this.lastTime = time;
153
  return;
154
  }
155
+ this.windForce.set(1, 0, 5).normalize().multiplyScalar(100);
156
  var i = 0,
157
  max;
158
  for (i = 0, max = this.particles.length; i < max; i = i + 1) {