| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
modification.
|
|
impulse writeback location.
|
|
This makes it easy to write custom filters based on the handles.
For instance, a user can add pairs of `ColliderHandle`s into a `HashSet` and
do a lookup in a `ContactPairFilter` to easily (if maybe not efficiently)
disable collisions between pairs of colliders.
The same could be accomplished by using the `user_data: u128` field of the
`Collider`, but it would be less ergonomic, and also with this PR that
`user_data` space can be saved for more important things.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They are on the narrow-phase now.
|
|
|
|
|
|
ignored by the narrow-phase.
|
|
This is more consistent with the fact that the effect of collision groups is not overwritten either.
|
|
This is closer to what the solver actually does.
|
|
|
|
|
|
taken into account by the constraints solver.
|
|
|
|
|
|
|
|
pipelines.
|
|
|
|
|
|
|