index
:
github/rapier.git
bevy-glam
broken-perf-experiments
collider_pos_in_manifold
collider_removal
disabled-flag
master
perf_experiments
public_pair_events
testbed-init-app
v0.11-maintainance
voxels
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
geometry
/
collider_components.rs
Age
Commit message (
Expand
)
Author
2024-06-23
chore: update to nalgebra 0.33 and parry 0.16 (#664)
Sébastien Crozet
2024-06-03
Merge branch 'master' into collider-builder-debug
Thierry Berger
2024-03-23
feat: add a BroadPhaseTrait for allowing custom broad-phases
Sébastien Crozet
2024-02-11
derived Debug for ColliderBuilder
whatf0xx
2023-10-29
cargo fmt
Sébastien Crozet
2023-10-18
Fix enabling disabled collider
Rafal Harabien
2023-08-28
docs: Minor fixes.
Bruce Mitchener
2022-12-11
Allow disabling colliders, rigid-bodies and impulse joints
Sébastien Crozet
2022-07-05
Improve the API for initializing/setting mass-properties
Sébastien Crozet
2022-05-30
Rename STATIC -> FIXED in the ActiveCollisionTypes flags
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2022-01-23
add defaults for the several structs
zhguchev
2021-10-26
Track the change of effective dominance of a rigid-body.
Sébastien Crozet
2021-07-11
impl more traits for components
Waridley
2021-06-01
Add ActiveCollisionTypes to easily enable collision-detection between two non...
Crozet Sébastien
2021-06-01
Rework the event system
Crozet Sébastien
2021-05-25
Add prelude + use vectors for setting linvel/translation in builders
Crozet Sébastien
2021-04-30
Add comments.
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien