Skip to content

Commit 1912046

Browse files
committed
Clean up
1 parent b36ce9e commit 1912046

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/webgl_gpgpu_birds.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,20 +352,21 @@
352352
for ( let f = 0; f < BIRDS; f ++ ) {
353353

354354
// Body
355+
355356
verts_push(
356357
0, - 0, - 20,
357358
0, 4, - 20,
358359
0, 0, 30
359360
);
360361

361-
// Left Wing
362+
// Wings
363+
362364
verts_push(
363365
0, 0, - 15,
364366
- wingsSpan, 0, 0,
365367
0, 0, 15
366368
);
367369

368-
// Right Wing
369370
verts_push(
370371
0, 0, 15,
371372
wingsSpan, 0, 0,

0 commit comments

Comments
 (0)