APIの変更履歴
Mon, May 21, 2018プログラムに影響のある変更についてです。
最新バージョンはUniVRM/Wikiをご覧ください。
v0.36
テクスチャ名の格納位置の修正
GLTFの仕様に準拠しました。
- extraはextrasの間違い
- imageはnameを持っていた
json.images[i].extra.name
変更後
json.images[i].name
ブレンドシェイプ名の格納位置の修正
GLTFの仕様に準拠しました。
- extraはextrasの間違い
- targetにextrasは不許可
- https://github.com/KhronosGroup/glTF/issues/1036#issuecomment-314078356
json.meshes[i].primitives[j].targets[k].extra.name
変更後
json.meshes[i].primitives[j].extras.targetNames[k]