diff --git a/en/.doctrees/environment.pickle b/en/.doctrees/environment.pickle index efbee6965..a57ffa7d1 100644 Binary files a/en/.doctrees/environment.pickle and b/en/.doctrees/environment.pickle differ diff --git a/en/.doctrees/release/079/v0.89.0.doctree b/en/.doctrees/release/079/v0.89.0.doctree index dcd14e083..af6b06bf5 100644 Binary files a/en/.doctrees/release/079/v0.89.0.doctree and b/en/.doctrees/release/079/v0.89.0.doctree differ diff --git a/en/.doctrees/release/079/v0.90.0.doctree b/en/.doctrees/release/079/v0.90.0.doctree index 649d95b60..e05574996 100644 Binary files a/en/.doctrees/release/079/v0.90.0.doctree and b/en/.doctrees/release/079/v0.90.0.doctree differ diff --git a/en/.doctrees/release/079/v0.91.0.doctree b/en/.doctrees/release/079/v0.91.0.doctree index 1044108bb..6d1b6374f 100644 Binary files a/en/.doctrees/release/079/v0.91.0.doctree and b/en/.doctrees/release/079/v0.91.0.doctree differ diff --git a/en/.doctrees/release/079/v0.92.0.doctree b/en/.doctrees/release/079/v0.92.0.doctree index 856175a62..d87b0f98d 100644 Binary files a/en/.doctrees/release/079/v0.92.0.doctree and b/en/.doctrees/release/079/v0.92.0.doctree differ diff --git a/en/.doctrees/release/079/v0.93.0.doctree b/en/.doctrees/release/079/v0.93.0.doctree index 34948cb52..b41cba144 100644 Binary files a/en/.doctrees/release/079/v0.93.0.doctree and b/en/.doctrees/release/079/v0.93.0.doctree differ diff --git a/en/.doctrees/release/079/v0.94.0.doctree b/en/.doctrees/release/079/v0.94.0.doctree index 2cc0bb823..9c0dcb03f 100644 Binary files a/en/.doctrees/release/079/v0.94.0.doctree and b/en/.doctrees/release/079/v0.94.0.doctree differ diff --git a/en/.doctrees/release/unitypackage.doctree b/en/.doctrees/release/unitypackage.doctree index f1828601d..cb2ed19b0 100644 Binary files a/en/.doctrees/release/unitypackage.doctree and b/en/.doctrees/release/unitypackage.doctree differ diff --git a/en/_sources/release/079/v0.90.0.md.txt b/en/_sources/release/079/v0.90.0.md.txt index 8c77c83df..bd53caef5 100644 --- a/en/_sources/release/079/v0.90.0.md.txt +++ b/en/_sources/release/079/v0.90.0.md.txt @@ -1,14 +1,18 @@ -# v0.90.0: 1.0準備 +# v0.90.0: NativeArray +* [[\#1373](https://github.com/vrm-c/UniVRM/pull/1373)] New Mesh APIを利用することで、GPUへのMeshアップロードコストを削減 + +## 1.0 +* [[\#1387](https://github.com/vrm-c/UniVRM/pull/1387)] [1.0] ScriptableObject VRM10Expression の MorphTargetBinding.Weight の値域を 0-1 に修正 +* [[\#1374](https://github.com/vrm-c/UniVRM/pull/1374)] [1.0] indices が 65535 を超える場合に indexFormat をセットする + +## その他 * [[\#1394](https://github.com/vrm-c/UniVRM/pull/1394)] Colorsのnull考慮漏れを修正 * [[\#1392](https://github.com/vrm-c/UniVRM/pull/1392)] ビルド時の参照エラーを修正 * [[\#1391](https://github.com/vrm-c/UniVRM/pull/1391)] UniVRM-0.90.0 * [[\#1385](https://github.com/vrm-c/UniVRM/pull/1385)] 未知の material をエクスポートするとエラーになるのを回避 -* [[\#1387](https://github.com/vrm-c/UniVRM/pull/1387)] [1.0] ScriptableObject VRM10Expression の MorphTargetBinding.Weight の値域を 0-1 に修正 * [[\#1376](https://github.com/vrm-c/UniVRM/pull/1376)] VRM1.0についてもNew Mesh APIを使う * [[\#1375](https://github.com/vrm-c/UniVRM/pull/1375)] UniVRM-0.89.1 -* [[\#1374](https://github.com/vrm-c/UniVRM/pull/1374)] [1.0] indices が 65535 を超える場合に indexFormat をセットする -* [[\#1373](https://github.com/vrm-c/UniVRM/pull/1373)] New Mesh APIを利用することで、GPUへのMeshアップロードコストを削減 * [[\#1372](https://github.com/vrm-c/UniVRM/pull/1372)] MeshContextのListをIReadOnlyListに変更・その他フォーマット * [[\#1371](https://github.com/vrm-c/UniVRM/pull/1371)] MeshImporterからMeshContextを分離 * [[\#1370](https://github.com/vrm-c/UniVRM/pull/1370)] fix download diff --git a/en/_sources/release/079/v0.91.0.md.txt b/en/_sources/release/079/v0.91.0.md.txt index 8aec2abfc..ac69a1b1a 100644 --- a/en/_sources/release/079/v0.91.0.md.txt +++ b/en/_sources/release/079/v0.91.0.md.txt @@ -11,6 +11,7 @@ ## 1.0 * [[\#1409](https://github.com/vrm-c/UniVRM/pull/1409)] 同一のバイト列を参照するBufferAccessor が複数回、座標変換(右手・左手変換)されるのを回避する * [[\#1405](https://github.com/vrm-c/UniVRM/pull/1405)] skin があるが mesh が無い +* [[\#1400](https://github.com/vrm-c/UniVRM/pull/1400)] Fix migration error in MToon & Modify Screen Coords Outline drawing algorithm. ## その他 * [[\#1416](https://github.com/vrm-c/UniVRM/pull/1416)] UniVRM-0.91.0 @@ -19,7 +20,6 @@ * [[\#1411](https://github.com/vrm-c/UniVRM/pull/1411)] Refactoring top menues of UniGLTF and UniVRM 0.x * [[\#1407](https://github.com/vrm-c/UniVRM/pull/1407)] Change ITextureDeserializer interface. The implementation must set sampler params. * [[\#1404](https://github.com/vrm-c/UniVRM/pull/1404)] UniHumanoid のフォルダ構成を整理 -* [[\#1400](https://github.com/vrm-c/UniVRM/pull/1400)] Fix migration error in MToon & Modify Screen Coords Outline drawing algorithm. * [[\#1399](https://github.com/vrm-c/UniVRM/pull/1399)] Add a destructive MToon migration in edge case. * [[\#1398](https://github.com/vrm-c/UniVRM/pull/1398)] UniVRM-0.90.1 * [[\#1397](https://github.com/vrm-c/UniVRM/pull/1397)] UniGLTF において、メッシュの Bounds が計算されていなかった問題を修正 diff --git a/en/api/0_36_update.html b/en/api/0_36_update.html index f5e9feb9b..a6cd8470c 100644 --- a/en/api/0_36_update.html +++ b/en/api/0_36_update.html @@ -203,7 +203,7 @@

Other