Releases: virtual-cast/babylon-vrm-loader
Releases · virtual-cast/babylon-vrm-loader
v1.4.8
1.4.8 (2019-12-26)
Bug Fixes
- package.json: Fix distribution files (ff8548e), closes #37
v1.4.7
1.4.7 (2019-10-25)
Bug Fixes
v1.4.6
1.4.6 (2019-09-10)
Bug Fixes
- Upgrade mtoon-material to 1.8.7 (d360a32)
v1.4.5
1.4.5 (2019-09-06)
Bug Fixes
- Upgrade babylon-mtoon-material to 1.8.6 (776af23)
v1.4.4
1.4.4 (2019-08-21)
Bug Fixes
v1.4.3
1.4.3 (2019-08-01)
Bug Fixes
- SecondaryAnimation: Not throw Error when no colliderGroups/boneGroups (c0f74da), closes #31
v1.4.2
1.4.2 (2019-07-15)
Bug Fixes
- VRMMaterialGenerator: not disable alpha when _BlendMode is Opaque (c17374f)
v1.4.1
1.4.1 (2019-06-28)
Bug Fixes
- MorphTarget: mesh may be found multiple (4bb2166), closes #1
Deprecation
VRMManager.findMesh
will be deprecated. Use VRMManager.findMeshes
instead. This will be deleted at v2. See #25
v1.4.0
1.4.0 (2019-06-27)
for detail, see #22
Bug Fixes
- VRMManager: morphing will not throw error (76d41de)
Features
- VRMManager: Add humanoidBone, rootMesh getter method to VRMManager (d6cac58)
Deprecation
VRMManager.getBone
will deprecate. Use VRMManager.humanoidBone
instead. This will be deleted at v2. See #23