Mr.doob 4 years ago
parent
commit
1912046996
1 changed files with 3 additions and 2 deletions
  1. 3 2
      examples/webgl_gpgpu_birds.html

+ 3 - 2
examples/webgl_gpgpu_birds.html

@@ -352,20 +352,21 @@
 					for ( let f = 0; f < BIRDS; f ++ ) {
 					for ( let f = 0; f < BIRDS; f ++ ) {
 
 
 						// Body
 						// Body
+
 						verts_push(
 						verts_push(
 							0, - 0, - 20,
 							0, - 0, - 20,
 							0, 4, - 20,
 							0, 4, - 20,
 							0, 0, 30
 							0, 0, 30
 						);
 						);
 
 
-						// Left Wing
+						// Wings
+
 						verts_push(
 						verts_push(
 							0, 0, - 15,
 							0, 0, - 15,
 							- wingsSpan, 0, 0,
 							- wingsSpan, 0, 0,
 							0, 0, 15
 							0, 0, 15
 						);
 						);
 
 
-						// Right Wing
 						verts_push(
 						verts_push(
 							0, 0, 15,
 							0, 0, 15,
 							wingsSpan, 0, 0,
 							wingsSpan, 0, 0,