ousttrue
ousttrue
Related to #1353 ``` posts -- _index.md -- 2021 -- 06 -- start_zola.md (orphan page) ``` If the `orphan_as_transparent` option is enabled, each orphan page searches for a section in...
fixed #1451
* シリアライズの修正: imoprt/export で AimAxis の正負を逆転させる * Runtime のロジック修正: world rotation ではなく local rotation への代入
VRM_Samples/SimpleViewer を WebGL ビルドする環境 * GltfUtility.LoadAsync の byte[] 引数 * VrmUtility.LoadAsync の byte[] 引数 あたりどうするか。 * RuntimeOnlyNoThreadAwaitCaller は動作確認できました。本物の Thread が無いのでそれなりの効果  あと、 colorspace gamma が要求されるので色の再現性には目を瞑る。
- [x] #1759 backport - ~~[ ] #1741 backport~~ よく見たら不要だった
https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/RecursiveSkeletons
- https://github.com/KhronosGroup/glTF/issues/1036 https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#meshes `mesh.extras.targetNames` がデファクトになった。 https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#morph-targets > All primitives MUST have the same number of morph targets in the same order. とあります。 import 能力は残しておく。
メモ書き * GLTF のテクスチャを無変換で使える * MetallicRoughness * Occlusion * テクスチャ毎に別の UV を参照できる * OcclusionTexture だけ UV2 を参照するなど
# Import | GLTF material | runtime import | editor import | |---------------|------------------------|------------------------| | default PBR | OK `v0.82.1` | OK `v0.82.1` | | unlit | OK `v0.82.1` | OK...