Browse Source

Editor: Commented out materials panel for now.

Mr.doob 4 năm trước cách đây
mục cha
commit
e5139eb6d6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      editor/js/Sidebar.Project.js

+ 2 - 2
editor/js/Sidebar.Project.js

@@ -1,6 +1,6 @@
 import { UIPanel, UIRow, UIInput, UICheckbox, UIText, UISpan } from './libs/ui.js';
 
-import { SidebarProjectMaterials } from './Sidebar.Project.Materials.js';
+/* import { SidebarProjectMaterials } from './Sidebar.Project.Materials.js'; */
 import { SidebarProjectRenderer } from './Sidebar.Project.Renderer.js';
 
 function SidebarProject( editor ) {
@@ -59,7 +59,7 @@ function SidebarProject( editor ) {
 
 	//
 
-	container.add( new SidebarProjectMaterials( editor ) );
+	/* container.add( new SidebarProjectMaterials( editor ) ); */
 	container.add( new SidebarProjectRenderer( editor ) );
 
 	return container;