UniVRM/docs/gltf/0_36_update.md
2021-10-15 15:49:06 +09:00

612 B

GltfUpdate(0.36)

テクスチャ名の格納位置の修正

GLTFの仕様に準拠しました。

  • extraはextrasの間違い
  • imageはnameを持っていた
json.images[i].extra.name

変更後

json.images[i].name

ブレンドシェイプ名の格納位置の修正

GLTFの仕様に準拠しました。

json.meshes[i].primitives[j].targets[k].extra.name

変更後

json.meshes[i].primitives[j].extras.targetNames[k]