提交 3b462e98 编写于 作者: T Temdog007

Clear name and user data of scene

上级 067a9301
......@@ -498,6 +498,8 @@ Editor.prototype = {
this.storage.clear();
this.camera.copy( this.DEFAULT_CAMERA );
this.scene.name = "Scene";
this.scene.userData = {};
this.scene.background.setHex( 0xaaaaaa );
this.scene.fog = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册