mirror of
https://github.com/bevyengine/bevy.git
synced 2026-05-06 06:06:42 -04:00
630a5ee362
## Objective Fixes #15823 The `sampling_primitives` and `random_sampling` examples are redundant — they both demonstrate sampling random points from primitive shapes and even had identical doc descriptions. Per maintainer consensus, `sampling_primitives` should be removed. ## Solution - Removed `examples/math/sampling_primitives.rs` - Removed the corresponding entry from `Cargo.toml` - Removed the corresponding entry from `examples/README.md` ## Testing - Verified `random_sampling` example still exists and is unmodified - Confirmed no other files reference `sampling_primitives`