Mr.doob 4 年 前
コミット
2526d934b7
1 ファイル変更2 行追加2 行削除
  1. 2 2
      examples/webgl_gpgpu_birds_gltf.html

+ 2 - 2
examples/webgl_gpgpu_birds_gltf.html

@@ -422,7 +422,7 @@
 				gui.add( effectController, "count", 0, BIRDS, 1 ).onChange( valuesChanger );
 				gui.close();
 
-				initBirds(effectController);
+				initBirds( effectController );
 
 			}
 
@@ -483,7 +483,7 @@
 
 			}
 
-			function initBirds(effectController) {
+			function initBirds( effectController ) {
 
 				const geometry = BirdGeometry;