Skip to content

v3.1.0-beta.0: Extended collider beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@0b5vr 0b5vr released this 05 Aug 09:02
· 169 commits to dev since this release

v3.0.0...v3.1.0-beta.0


About VRMC_springBone_extended_collider support

This beta release supports VRMC_springBone_extended_collider that adds supports of inside colliders and plane colliders to existing spring bones.
Note that the specVersion of VRMC_springBone_extended_collider must be 1.0-draft at the moment.

For end developers: You don't have to change your implementation to support the new extended collider extension. The spring bone module inside the three-vrm will automatically load the new colliders!


Changelogs

✨ New features

  • #1448: Support VRMC_springBone_extended_collider

📄 Docs

  • #1455: Fix humanoidAnimation example (reported by @DENNKA)
  • #1458: Fix WebGPU example code, sameBoneCounts -> experimentalSameBoneCounts
  • #1459: Update README WebGPU examples