Ver Fonte

Added id startButton to dat.gui run

Kai Salmen há 5 anos atrás
pai
commit
6f63a58598
1 ficheiros alterados com 1 adições e 0 exclusões
  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();