Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 20, 2021
1 parent b36ce9e commit 1912046
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/webgl_gpgpu_birds.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,20 +352,21 @@
for ( let f = 0; f < BIRDS; f ++ ) {

// Body

verts_push(
0, - 0, - 20,
0, 4, - 20,
0, 0, 30
);

// Left Wing
// Wings

verts_push(
0, 0, - 15,
- wingsSpan, 0, 0,
0, 0, 15
);

// Right Wing
verts_push(
0, 0, 15,
wingsSpan, 0, 0,
Expand Down

0 comments on commit 1912046

Please sign in to comment.