修改说明文件。

This commit is contained in:
liteng 2019-02-06 08:58:45 +08:00
parent 1e01fff4c3
commit efe04ddeda
2 changed files with 1 additions and 7 deletions

View File

@ -8,8 +8,7 @@ Language: 中文 / [English](README-en.md)
## v0.1.4即将更新
1. 默认启用快速抗锯齿,避免因为使用后期处理,导致出现严重锯齿的问题。
2. 新增一个指示方向的视角控件。
1. 新增一个指示方向的视角控件。
## v0.1.3发布

View File

@ -19,11 +19,6 @@ function Editor(app) {
this.scene = new THREE.Scene();
this.scene.name = L_SCENE;
this.scene.background = new THREE.Color(0xaaaaaa);
// this.scene.userData.postProcessing = {
// fxaa: { // 快速近似抗锯齿
// enabled: true,
// }
// };
this.sceneHelpers = new THREE.Scene();