From e569bce8050ceeb08e06d7dc8f1b8660d6e3db13 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 29 Oct 2021 16:41:04 +0900 Subject: [PATCH] =?UTF-8?q?Release=20note=20=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/implementation/first_person.md | 2 +- docs/release/079/v0.88.0.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/implementation/first_person.md b/docs/implementation/first_person.md index 20ca3247c..dd7bab5a8 100644 --- a/docs/implementation/first_person.md +++ b/docs/implementation/first_person.md @@ -10,7 +10,7 @@ | true | FirstPersonOnly | ✅ | ❌ | FIRSTPERSON | | true | ThirdPersonOnly | ❌ | ✅ | THIRDPERSON | | true | Both | ✅ | ✅ | default | -| true | Auto | - | - | FirstPersonOnly と ThirdPersonOnly に分割する | +| true | Auto | - | - | Both と ThirdPersonOnly に分割する | | false | FirstPersonOnly | ❌ | ❌ | 完全に描画されない。Rendererの描画を止める | | false | ThirdPersonOnly | ✅ | ✅ | default | | false | Both | ✅ | ✅ | default | diff --git a/docs/release/079/v0.88.0.md b/docs/release/079/v0.88.0.md index 71fa91a36..cd72234d9 100644 --- a/docs/release/079/v0.88.0.md +++ b/docs/release/079/v0.88.0.md @@ -12,6 +12,11 @@ * [Error when load glb file (buffer.uri)](https://github.com/vrm-c/UniVRM/issues/1326) ## 1.0 +* [[\#1346](https://github.com/vrm-c/UniVRM/pull/1346)] Fix10/fix expression migration +* [[\#1347](https://github.com/vrm-c/UniVRM/pull/1347)] [1.0] Expression UV Binding の挙動 +* [[\#1353](https://github.com/vrm-c/UniVRM/pull/1353)] Migrate legacy Unlit shaders +* [[\#1349](https://github.com/vrm-c/UniVRM/pull/1349)] fix (VRM1.0, MToon): exported emissive factor should be in linear colorspace +* [[\#1348](https://github.com/vrm-c/UniVRM/pull/1348)] fix (VRM1.0, MToon): change export spec version to 1.0-beta * [[\#1347](https://github.com/vrm-c/UniVRM/pull/1347)] [1.0] Expression UV Binding の挙動 * [[\#1346](https://github.com/vrm-c/UniVRM/pull/1346)] Fix10/fix expression migration * [[\#1344](https://github.com/vrm-c/UniVRM/pull/1344)] [1.0] const LICENSE_URL_JA