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

Editor: Simplified fog handling

上级 8d30d742
......@@ -132,8 +132,7 @@ Editor.prototype = {
this.scene.name = scene.name;
this.scene.background = scene.background;
if ( scene.fog !== null ) this.scene.fog = scene.fog.clone();
this.scene.fog = scene.fog;
this.scene.userData = JSON.parse( JSON.stringify( scene.userData ) );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册