File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed
Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.21.1
4+
5+ ### Added
6+
7+ - Add ` Voxels::combine_voxel_states ` to merge the voxel state of two ` Voxels ` shapes, updating their internal voxels
8+ state as if both shapes were part of a single one. In particular, this will prevent any internal edge that would
9+ arise at the boundaries of both shapes if they were adjacent.
10+ - Add ` Voxels::propagate_voxel_change ` to propagate a single-voxel modification from one ` Voxels ` shape to another,
11+ in order to update their internal neighborhood information as if both were part of the same ` Voxels ` shape.
12+
313## 0.21.0
414
515### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " parry2d-f64"
3- version = " 0.21.0 "
3+ version = " 0.21.1 "
44authors = [" Sébastien Crozet <developer@crozet.re>" ]
55
66description = " 2 dimensional collision detection library in Rust. 64-bit precision version."
Original file line number Diff line number Diff line change 11[package ]
22name = " parry2d"
3- version = " 0.21.0 "
3+ version = " 0.21.1 "
44authors = [" Sébastien Crozet <developer@crozet.re>" ]
55
66description = " 2 dimensional collision detection library in Rust."
Original file line number Diff line number Diff line change 11[package ]
22name = " parry3d-f64"
3- version = " 0.21.0 "
3+ version = " 0.21.1 "
44authors = [" Sébastien Crozet <developer@crozet.re>" ]
55
66description = " 3 dimensional collision detection library in Rust. 64-bits precision version."
Original file line number Diff line number Diff line change 11[package ]
22name = " parry3d"
3- version = " 0.21.0 "
3+ version = " 0.21.1 "
44authors = [" Sébastien Crozet <developer@crozet.re>" ]
55
66description = " 3 dimensional collision detection library in Rust."
You can’t perform that action at this time.
0 commit comments