Releases: ActuallyHappening/bevy_xpbd_3d_parenting
Releases · ActuallyHappening/bevy_xpbd_3d_parenting
v0.2: Bevy 0.13 support
0.2.0
- Bumped support for
bevy 0.13
andbevy_xpbd 0.4.2
- Added
InternalForce::Global
andInternalForce::Local
variants.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Added the ParentingSystemSet
, and now manually clears all ExternalForce
s (that are non-persistent) because sometimes bevy_xpbd
wouldn't do this (IDK why not).
0.1 Initial Release!
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.