Skip to content

Releases: ActuallyHappening/bevy_xpbd_3d_parenting

v0.2: Bevy 0.13 support

25 Feb 05:20
Compare
Choose a tag to compare

0.2.0

  • Bumped support for bevy 0.13 and bevy_xpbd 0.4.2
  • Added InternalForce::Global and InternalForce::Local variants.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

22 Jan 05:56
Compare
Choose a tag to compare

Added the ParentingSystemSet, and now manually clears all ExternalForces (that are non-persistent) because sometimes bevy_xpbd wouldn't do this (IDK why not).

0.1 Initial Release!

13 Jan 06:29
Compare
Choose a tag to compare

The examples work, and the tests all pass.
Check out the examples for how to use it, I will be adding more documentation over time.