mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
修改说明文件。
This commit is contained in:
parent
1e01fff4c3
commit
efe04ddeda
@ -8,8 +8,7 @@ Language: 中文 / [English](README-en.md)
|
||||
|
||||
## v0.1.4即将更新
|
||||
|
||||
1. 默认启用快速抗锯齿,避免因为使用后期处理,导致出现严重锯齿的问题。
|
||||
2. 新增一个指示方向的视角控件。
|
||||
1. 新增一个指示方向的视角控件。
|
||||
|
||||
## v0.1.3发布
|
||||
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user