We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36ce9e commit 1912046Copy full SHA for 1912046
examples/webgl_gpgpu_birds.html
@@ -352,20 +352,21 @@
352
for ( let f = 0; f < BIRDS; f ++ ) {
353
354
// Body
355
+
356
verts_push(
357
0, - 0, - 20,
358
0, 4, - 20,
359
0, 0, 30
360
);
361
- // Left Wing
362
+ // Wings
363
364
365
0, 0, - 15,
366
- wingsSpan, 0, 0,
367
0, 0, 15
368
369
- // Right Wing
370
371
0, 0, 15,
372
wingsSpan, 0, 0,
0 commit comments