Przeglądaj źródła

Added id startButton to dat.gui run

Kai Salmen 5 lat temu
rodzic
commit
6f63a58598
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      examples/webgl_loader_obj2_options.html

+ 1 - 0
examples/webgl_loader_obj2_options.html

@@ -503,6 +503,7 @@
 			});
 			let folderExecution = gui.addFolder( 'Execution' );
 			handleExecuteLoading = folderExecution.add( wwObjLoader2Control, 'executeLoading' ).name( 'Run' );
+			handleExecuteLoading.domElement.id = 'startButton';
 			folderRenderingOptions.open();
 			folderObjLoader2ParallelOptions.open();
 			folderExecution.open();