重构 新增注释.

pull/7/head
ChenX 7 years ago
parent 611d4e829b
commit 4782bcbb64

@ -1,3 +1,4 @@
//材质球编辑器 样式文件.
.flex {
display: flex;
}

@ -1,3 +1,7 @@
/*
.
*/
import { MaterialEditor } from '../../Editor/MaterialEditor';
import { Viewer } from '../../GraphicsSystem/Viewer';
import * as React from 'react';

@ -9,7 +9,7 @@ import '../node_modules/golden-layout/src/css/goldenlayout-soda-theme.css';
//
import './UI/Css/style.less';
import { LoadLayoutNotHead } from './UI/Layout/Layout';
import { initDrawLayout } from './UI/Layout/Layout';
import { CommandComponent } from "./UI/Components/Command";
import { App } from './UI/App';
import { CommandMsg } from './UI/Store/CommandStore';
@ -105,7 +105,7 @@ function initApp()
window.onload = function ()
{
initRootLayout();
LoadLayoutNotHead();
initDrawLayout();
initApp();
renderCommand();
renderDownPanel();

Loading…
Cancel
Save