Skip to content

Commit

Permalink
release(patch): bump core version
Browse files Browse the repository at this point in the history
  • Loading branch information
sakitam-fdd committed Apr 24, 2023
1 parent 4882d2b commit 43df134
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions playground/plane.html
Expand Up @@ -152,8 +152,6 @@
for (let i = 0; i < num; i++) {
offset.set([Math.random() * 1000 - 500, -Math.random() * Math.random() * 200 - 15, i], i * 3);

// unique random values are always handy for instances.
// Here they will be used for rotation, scale and movement.
random.set([Math.random(), Math.random(), Math.random()], i * 3);
}

Expand Down

0 comments on commit 43df134

Please sign in to comment.