API Change History
Mon, May 21, 2018This section describes about changes affecting the program.
Please go to UniVRM/Wiki to get the latest information of the API update.
v0.36
Texture Name Save Locations Changed
Conforming to the GLTF specification.
json.images[i].extra.name
After the change
json.images[i].name
BlendShape Name Save Locations Changed
Conforming to the GLTF specification.
- “extras” is not allowed in target
- https://github.com/KhronosGroup/glTF/issues/1036#issuecomment-314078356
json.meshes[i].primitives[j].targets[k].extra.name
After the change
json.meshes[i].primitives[j].extras.targetNames[k]