Moved Permanently to https://vrm.dev/en/

VRM - humanoid 3d avatar format for VR
  •  APIの変更履歴(ja)
  • API Change History

    This 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.

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

    After the change

    json.meshes[i].primitives[j].extras.targetNames[k]
    
    VRM - humanoid 3d avatar format for VR