Skip to content

Releases: pixiv/three-vrm

v2.1.2

17 May 10:40
Compare
Choose a tag to compare

Milestone
v2.1.1...v2.1.2


🐛 Bugfixes

📄 Docs

🧹 Chores

  • #1385: Change cdn from unpkg to jsDelivr
  • #1405: Update GitHub Actions

📦 Deps

v2.1.1

07 Mar 09:32
Compare
Choose a tag to compare

Milestone
v2.1.0...v2.1.1


🐛 Bugfixes

  • #1374: Fix type definition of VRM Animation
  • #1376: Fix dependency version between monorepo packages

📄 Docs

  • #1378: Fix test.vrma of vrm animation examples

🧹 Chores

  • #1375: Fix license year of three-vrm-animation banner

📦 Deps

  • #1379: Bump Three.js to r162

v2.1.0: VRM Animation!

15 Feb 09:09
Compare
Choose a tag to compare

Milestone
v2.0.10...v2.1.0


✨ New Features

  • #1341: VRM Animation support
    • Provides a new library @pixiv/three-vrm-animation which supports importing the new VRM Animation
    • Note that VRM Animation features are NOT included in @pixiv/three-vrm.
    • See the example how to use VRM Animations.
    • The type definition of VRMC_vrm_animation has also been released (@pixiv/types-vrmc-vrm-animation-1.0)

v2.1.0-beta.3

13 Feb 07:51
Compare
Choose a tag to compare
v2.1.0-beta.3 Pre-release
Pre-release

v2.1.0-beta.2...v2.1.0-beta.3


This is a beta release with the VRM Animation support.

Merged dev (v2.0.10 equivalent) to the animation beta.

v2.0.10

29 Jan 05:25
Compare
Choose a tag to compare

Milestone
v2.0.9...v2.0.10


💪 Improvements

  • #1359: Remove .needsUpdate after texture transforms (@mattrossman)
    • This brings a performance improvement when the model is using texture transform bind of expressions

v2.0.9

19 Jan 04:32
Compare
Choose a tag to compare

Milestone
v2.0.8...v2.0.9


🐛 Bugfixes

  • #1353: Normalized bones now respect non-humanoid parent rotations

v2.1.0-beta.2

17 Jan 04:34
Compare
Choose a tag to compare
v2.1.0-beta.2 Pre-release
Pre-release

v2.1.0-beta.1...v2.1.0-beta.2


This is a beta release with the VRM Animation support.

Merged dev (v2.0.8 equivalent) to the animation beta.
Three.js is now r160.

v2.0.8

17 Jan 01:30
Compare
Choose a tag to compare

Milestone
v2.0.7...v2.0.8


📦 Deps

v2.1.0-beta.1

07 Dec 06:46
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release

v2.1.0-beta.0...v2.1.0-beta.1


This is a beta release with the VRM Animation support.

🐛 Bugfixes

  • #1342: Fix an issue that hips translation goes infinity

v2.1.0-beta.0

04 Dec 07:37
Compare
Choose a tag to compare
v2.1.0-beta.0 Pre-release
Pre-release

v2.0.7...v2.1.0-beta.0


This is the first release to support VRM Animation.
Please note that the VRM Animation specification is still in its draft state and the file format and usage are still subject to change.

The following new packages have been added:

  • @pixiv/three-vrm-animation: This package has the ability to load VRM Animation.
  • @pixiv/types-vrmc-vrm-animation-1.0: This package contains the type definitions for the VRMC_vrm_animation glTF extension.

See examples for specific usage.
https://github.com/pixiv/three-vrm/tree/animation-beta/packages/three-vrm-animation/examples

Other points are identical to v2.0.7.