提交 b60992d2 编写于 作者: M Mr.doob

Editor: Disabling Play/Script by now.

上级 aa76dbc8
......@@ -97,8 +97,10 @@
var viewport = new Viewport( editor );
document.body.appendChild( viewport.dom );
/*
var player = new Player( editor );
document.body.appendChild( player.dom );
*/
var toolbar = new Toolbar( editor );
document.body.appendChild( toolbar.dom );
......
......@@ -72,7 +72,7 @@ var Editor = function () {
this.geometries = {};
this.materials = {};
this.textures = {};
this.scripts = {};
// this.scripts = {};
this.selected = null;
this.helpers = {};
......
......@@ -195,7 +195,6 @@ Menubar.File = function ( editor ) {
options.add( new UI.HorizontalRule() );
/*
// Test
var option = new UI.Panel();
......@@ -210,6 +209,7 @@ Menubar.File = function ( editor ) {
options.add( option );
*/
/*
// Publish
var option = new UI.Panel();
......@@ -221,6 +221,7 @@ Menubar.File = function ( editor ) {
} );
options.add( option );
*/
//
......
......@@ -10,7 +10,7 @@ var Menubar = function ( editor ) {
container.add( new Menubar.File( editor ) );
container.add( new Menubar.Edit( editor ) );
container.add( new Menubar.Add( editor ) );
container.add( new Menubar.Play( editor ) );
// container.add( new Menubar.Play( editor ) );
container.add( new Menubar.View( editor ) );
container.add( new Menubar.Help( editor ) );
......
......@@ -13,7 +13,7 @@ var Sidebar = function ( editor ) {
container.add( new Sidebar.Geometry( editor ) );
container.add( new Sidebar.Material( editor ) );
container.add( new Sidebar.Animation( editor ) );
container.add( new Sidebar.Script( editor ) );
// container.add( new Sidebar.Script( editor ) );
return container;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册