Release v0.16.0

This commit is contained in:
Sébastien Crozet
2022-10-30 17:24:37 +01:00
parent 6b97626946
commit 58606f433a
9 changed files with 27 additions and 12 deletions

View File

@@ -1,3 +1,18 @@
## v0.16.0 (30 Oct. 2022)
### Added
- Implement `Copy` for `CharacterCollision`.
- Implement conversion (`From` trait) between `Group` and `u32`.
- Add `ColliderBuilder::trimesh_with_flags` to build a triangle mesh with specific flags controlling
its initialization.
### Modified
- Rename `AABB` to `Aabb` to comply with Rusts style guide.
- Switch to `parry 0.11`.
### Fix
- Fix internal edges of 3D triangle meshes or 3D heightfields generating invalid contacts preventing
balls from moving straight.
## v0.15.0 (02 Oct. 2022)
### Added
- Add a **kinematic character** controller implementation. See the `control` module. The character controller currently