Explorar o código

Added id startButton to dat.gui run

Kai Salmen %!s(int64=5) %!d(string=hai) anos
pai
achega
6f63a58598
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();