diff --git a/docs/implementation/index.md b/docs/implementation/index.md index 15fb976a7..13f6537ea 100644 --- a/docs/implementation/index.md +++ b/docs/implementation/index.md @@ -9,4 +9,5 @@ coordinate fast_spring_bone first_person scripted_importer +transparent_zwrite ``` diff --git a/docs/implementation/transparent_zwrite.md b/docs/implementation/transparent_zwrite.md new file mode 100644 index 000000000..94a21f3c5 --- /dev/null +++ b/docs/implementation/transparent_zwrite.md @@ -0,0 +1,15 @@ +# UnlitTransparentZWrite + +対応状況。 + +| UniVRM | export | import | comment | +|-------------------------------------|--------|--------|-------------------------------------------------------------------------------------------------------| +| | ✅ | ✅ | GLTFの仕様外で MToon でもないので仕様の無い存在に。 | +| {doc}`v0.44 ` | ❌ | ✅ | MToon のみを extensions.VRM に記述し、 `PBR` と `Unilt` は GLTF として記録する。 | +| {doc}`v0.76 ` | ❌ | ❌ | [\#1004](https://github.com/vrm-c/UniVRM/pull/1004) 仕様外のため削除。import すると Standard になる。 | +| {doc}`v0.85 ` | ❌ | 🔺 | [\#1248](https://github.com/vrm-c/UniVRM/pull/1248) import すると MToon になる。 | +| {doc}`v0.88 ` | ❌ | ✅ | [\#1331](https://github.com/vrm-c/UniVRM/pull/1331) MToon 変換を見直し。 | + +* `UniVRM-0.75` 以前はロードできます。 +* `UniVRM-0.88` 以降は見た目が同様になるように MToon に変換されます。 +* 新規に `ZWriteTransparent` にしたい場合は、 `MToon` を使用してください。 diff --git a/docs/release/079/v0.88.0.md b/docs/release/079/v0.88.0.md index 56ed6c889..71fa91a36 100644 --- a/docs/release/079/v0.88.0.md +++ b/docs/release/079/v0.88.0.md @@ -2,6 +2,7 @@ ## 過去に TransparentZWrite シェーダーでエクスポートしたファイルをロード時に変換する修正 +* {doc}`TransparentZWrite ` * [[\#1331](https://github.com/vrm-c/UniVRM/pull/1331)] Fix UnlitTransparentZWrite fallback code. ## buffer.uri に `data:` を使っている glb/gltf に対応