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

Editor: More color widget instances using setHexValue.

上级 9d9e895f
......@@ -541,13 +541,13 @@ Sidebar.Object3D = function ( editor ) {
if ( object.color !== undefined ) {
objectColor.setValue( '#' + object.color.getHexString() );
objectColor.setHexValue( object.color.getHexString() );
}
if ( object.groundColor !== undefined ) {
objectGroundColor.setValue( '#' + object.groundColor.getHexString() );
objectGroundColor.setHexValue( object.groundColor.getHexString() );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册