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.rs
Age
Commit message (
Expand
)
Author
2024-07-12
ci: cargo doc step (#671)
Thierry Berger
2024-06-09
feat: add MeshConverter and Colliders::converted_trimesh for building a colli...
Sébastien Crozet
2024-06-09
feat: impl Default for RigidBodyBuilder and ColliderBuilder
Sébastien Crozet
2024-06-03
Merge branch 'master' into collider-builder-debug
Thierry Berger
2024-05-05
chore: misc typo fixes
Sébastien Crozet
2024-05-05
Fix some typos. (#620)
Bruce Mitchener
2024-04-30
feat: rename collision_skin to contact_skin
Sébastien Crozet
2024-04-30
feat: implement collision skin
Sébastien Crozet
2024-04-30
feat: add a capsule collider constructor from endpoints.
Sébastien Crozet
2024-04-30
feat: add Collider::heightfield_with_flags
Sébastien Crozet
2024-03-23
feat: add a BroadPhaseTrait for allowing custom broad-phases
Sébastien Crozet
2024-03-23
feat: add RigidBody::copy_from and Collider::copy_from
Sébastien Crozet
2024-02-11
derived Debug for ColliderBuilder
whatf0xx
2024-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2023-08-28
docs: Expand "wrt" to "with respect to".
Bruce Mitchener
2023-03-30
Fix doc-links for `ColliderBuilder` and `RigidBodyBuilder`
MrGunflame
2022-12-11
Allow disabling colliders, rigid-bodies and impulse joints
Sébastien Crozet
2022-10-30
Add internal edges debug examples.
Sébastien Crozet
2022-10-30
Switch to the published parry 0.11
Sébastien Crozet
2022-08-09
Make Collider::set_rotation and RigidBody::set_rotation take a rotation inste...
Sébastien Crozet
2022-07-07
cargo fmt
Sébastien Crozet
2022-07-07
Add ActiveEvents::CONTACT_FORCE_EVENTS for consistency with ActiveEvents::COL...
Sébastien Crozet
2022-07-05
Add methods to read the mass or volume of a collider.
Sébastien Crozet
2022-07-05
Improve the API for initializing/setting mass-properties
Sébastien Crozet
2022-07-01
Add contact force events generated above a user-defined threshold
Sébastien Crozet
2022-04-20
First round deleting the component sets.
Sébastien Crozet
2022-04-20
Fix mass-properties update after collider change
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
Sébastien Crozet
2021-12-31
Minor documentation fixes
Jakub Arnold
2021-07-12
Add methods to set the translation or rotation wrt. a collider and its parent.
Crozet Sébastien
2021-06-09
Derive Clone for IslandManager
Waridley
2021-06-02
Release v0.9.0
v0.9.0
Crozet Sébastien
2021-06-02
Merge pull request #173 from DasEtwas/must-use-pub
Sébastien Crozet
2021-06-02
Merge pull request #176 from sdfgeoff/add_collider_shared_shape_method
Sébastien Crozet
2021-06-01
Add ActiveCollisionTypes to easily enable collision-detection between two non...
Crozet Sébastien
2021-06-01
CCD: take collision groups into account
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-05-06
Add #[must_use] to builders, expose more fields
DasEtwas
2021-04-30
Add comments.
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-04-18
Created a method to retrieve the SharedShape from a collider
Geoffrey Irons
2021-04-02
Release v0.7.0
Crozet Sébastien
2021-03-31
Make the collider shape mutable.
Crozet Sébastien
2021-03-30
CCD: take angular motion and penetration depth into account in various thresh...
Crozet Sébastien
2021-03-29
Allow collider modification after its insersion to the ColliderSet.
Crozet Sébastien
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien
2021-03-13
First complete implementation of the hierarchical SAP.
Crozet Sébastien
2021-03-08
Store either density or mass properties but not both
Emil Ernerfeldt
2021-03-08
docstring/spelling
Emil Ernerfeldt
[next]