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

Editor: Added commented out background.

上级 1d7b7f74
......@@ -76,6 +76,25 @@ Sidebar.Scene = function ( editor ) {
container.add( outliner );
container.add( new UI.Break() );
/*
// background
var backgroundRow = new UI.Row();
var background = new UI.Select().setOptions( {
'None': 'None',
'Color': 'Color',
'Texture': 'Texture'
} ).setWidth( '150px' );
background.onChange( function () {} );
backgroundRow.add( new UI.Text( 'Background' ).setWidth( '90px' ) );
backgroundRow.add( background );
container.add( backgroundRow );
*/
// fog
function updateFogParameters() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册