Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Oct 2, 2022
1 parent 9ed21c1 commit 36b9cde
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## Unreleased

### Modified
- Add to `query::time_of_impact` a boolean argument `stop_at_penetration`. If set to `false`
the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its
starting point **and** its trajectory is such that it’s existing that penetration configuration.

### Added
- Add 2D `Heightfield::to_polyline` to get the explicit vertices/indices of a 2D heightfield
seen as a polyline.
- Add the support for linear shape-cast (`query::time_of_impact`) for heightfields.
- Make the convex polyhedron scaling more forgiving regarding normals to avoid frequent unjustified panics.
- Fix panic happening when building a convex polyhedron with empty inputs.


### Fixed
- Fix the application of non-uniform scaling to balls.

## v0.9.0 (30 Apr. 2022)

### Modified
Expand Down

0 comments on commit 36b9cde

Please sign in to comment.