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,