Release v0.25.0 (#827)

This commit is contained in:
Sébastien Crozet
2025-04-24 13:43:32 +02:00
committed by GitHub
parent e44f636249
commit 0e4a5c8539
12 changed files with 19 additions and 19 deletions

View File

@@ -575,7 +575,7 @@ impl ColliderBuilder {
/// Initializes a shape made of voxels.
///
/// Each voxel has the size `voxel_size` and grid coordinate given by `centers`.
/// Each voxel has the size `voxel_size` and grid coordinate given by `voxels`.
/// The `primitive_geometry` controls the behavior of collision detection at voxels boundaries.
///
/// For initializing a voxels shape from points in space, see [`Self::voxels_from_points`].