Mr.doob 4 年之前
父节点
当前提交
1912046996
共有 1 个文件被更改,包括 3 次插入2 次删除
  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 ++ ) {
 
 						// 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,