소스 검색

Added id startButton to dat.gui run

Kai Salmen 5 년 전
부모
커밋
6f63a58598
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();