We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40b5ed commit cd259e8Copy full SHA for cd259e8
src/geometry/broad_phase_bvh.rs
@@ -69,10 +69,6 @@ impl BroadPhaseBvh {
69
/// sent previously and no `RemovePair` happened since then). Sending redundant events is allowed
70
/// but can result in a slight computational overhead.
71
///
72
- /// The `colliders` set is mutable only to provide access to
73
- /// [`collider.set_internal_broad_phase_proxy_index`]. Other properties of the collider should
74
- /// **not** be modified during the broad-phase update.
75
- ///
76
/// # Parameters
77
/// - `params`: the integration parameters governing the simulation.
78
/// - `colliders`: the set of colliders. Change detection with `collider.needs_broad_phase_update()`
0 commit comments