UnlitTransparentZWrite について

This commit is contained in:
ousttrue
2021-10-28 18:04:37 +09:00
parent 79f93dc914
commit 7df0371c99
3 changed files with 17 additions and 0 deletions

View File

@@ -9,4 +9,5 @@ coordinate
fast_spring_bone
first_person
scripted_importer
transparent_zwrite
```

View File

@@ -0,0 +1,15 @@
# UnlitTransparentZWrite
対応状況。
| UniVRM | export | import | comment |
|-------------------------------------|--------|--------|-------------------------------------------------------------------------------------------------------|
| | ✅ | ✅ | GLTFの仕様外で MToon でもないので仕様の無い存在に。 |
| {doc}`v0.44 </release/055/v0.44>` | ❌ | ✅ | MToon のみを extensions.VRM に記述し、 `PBR``Unilt` は GLTF として記録する。 |
| {doc}`v0.76 </release/068/v0.76.0>` | ❌ | ❌ | [\#1004](https://github.com/vrm-c/UniVRM/pull/1004) 仕様外のため削除。import すると Standard になる。 |
| {doc}`v0.85 </release/079/v0.85.0>` | ❌ | 🔺 | [\#1248](https://github.com/vrm-c/UniVRM/pull/1248) import すると MToon になる。 |
| {doc}`v0.88 </release/079/v0.88.0>` | ❌ | ✅ | [\#1331](https://github.com/vrm-c/UniVRM/pull/1331) MToon 変換を見直し。 |
* `UniVRM-0.75` 以前はロードできます。
* `UniVRM-0.88` 以降は見た目が同様になるように MToon に変換されます。
* 新規に `ZWriteTransparent` にしたい場合は、 `MToon` を使用してください。