Skip to content

Releases: unavi-xyz/bevy_vrm

v0.0.10

13 Apr 13:44
2c01584
Compare
Choose a tag to compare

What's Changed

  • Bump actions/configure-pages from 4 to 5 by @dependabot in #27
  • Bump serde_json from 1.0.114 to 1.0.115 by @dependabot in #26
  • Fix MToon in WebGL by rewriting the MToon shader to be a custom material, not an extension of StandardMaterial. This simplifies the shader overall, but leaves it to us to implement some features that were handled for us (such as normal maps and alpha discarding).
  • Some visual improvements with MToon.

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

19 Mar 14:04
377248a
Compare
Choose a tag to compare

What's Changed

  • Gltf kun by @kayhhh in #22
  • Rewrite of the mtoon shader, which is now much more compliant.

Full Changelog: v0.0.8...v0.0.9

v0.0.8

03 Mar 04:24
2484714
Compare
Choose a tag to compare

Update to Bevy 0.13!

v0.0.7

25 Dec 09:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

09 Dec 02:35
c794b4c
Compare
Choose a tag to compare

Updates to bevy 0.12.1, fixing a morph vertex shader error.

v0.0.5

07 Nov 23:06
633602a
Compare
Choose a tag to compare

Upgrade to Bevy 0.12!
Also adds a few other improvements, like the Vrm asset and a VrmBundle helper.