Przeglądaj źródła

editor: expose editor and THREE to window (#18324)

Jesper van den Ende 6 lat temu
rodzic
commit
c9bf909a05
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      editor/index.html

+ 3 - 0
editor/index.html

@@ -222,6 +222,9 @@
 
 			}
 
+			window.editor = editor;
+			window.THREE = THREE;
+
 			/*
 			window.addEventListener( 'message', function ( event ) {
 

粤ICP备19079148号