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
Age
Commit message (
Expand
)
Author
2023-01-22
Voxel fracture experiments
voxels
Sébastien Crozet
2022-12-11
Properly take initial sleeping state set by the user when creating a rigid-body
Sébastien Crozet
2022-12-11
Allow the PhysicsPipeline and CollisionPipeline to update the QueryPipeline i...
Sébastien Crozet
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-10-25
Implement conversion between u32 and Group
Sébastien Crozet
2022-08-13
remove #[allow(missing_docs)]
Tristan Guichaoua
2022-08-13
impl Group
Tristan Guichaoua
2022-08-09
Merge pull request #380 from dimforge/set-rotation
Sébastien Crozet
2022-08-09
Make Collider::set_rotation and RigidBody::set_rotation take a rotation inste...
Sébastien Crozet
2022-08-04
docs: fix typo
Timo Kösters
2022-07-14
Implement serde traits for CollisionEvents when serde-serialize feature is en...
Nash
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-04
Fix the max_force_direction magnitude
Sébastien Crozet
2022-07-04
Add hepler function for building a contact force event from a contact pair
Sébastien Crozet
2022-07-03
Add the ability to disable contacts between two rigid-bodies attached by joints
Sébastien Crozet
2022-07-01
Name the contact force events ContactForceEvent instead of CollisionForceEvent
Sébastien Crozet
2022-07-01
Warning fixes
Sébastien Crozet
2022-07-01
Add contact force events generated above a user-defined threshold
Sébastien Crozet
2022-06-24
Fix warning
Sébastien Crozet
2022-06-24
Broad-phase: discard NAN/Inf AABBs.
Sébastien Crozet
2022-06-24
Address rounding errors resulting in AABBProxy being added to a disjoint region.
Sébastien Crozet
2022-06-21
Fix contact event generation for shapes generating mulitple contact manifolds.
Sébastien Crozet
2022-05-31
Fix incorrect sensor events being generated after collider removal
Sébastien Crozet
2022-05-30
Rename STATIC -> FIXED in the ActiveCollisionTypes flags
Sébastien Crozet
2022-04-29
Fix bug where the narrow-phase would not recompute contacts after a collider ...
Sébastien Crozet
2022-04-28
Add comments for the debug-renderer
Sébastien Crozet
2022-04-28
Add collision event flags
Sébastien Crozet
2022-04-20
Remove the default-sets feature
Sébastien Crozet
2022-04-20
Finalize refactoring
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-04-19
Include broken values in assertion failure message.
Nolan Darilek
2022-03-27
Fix broad-phase becomming potentially invalid after collision group change
Sébastien Crozet
2022-03-20
Update tests
Sébastien Crozet
2022-03-20
Emit collision stopped events after a collider is removed.
Sébastien Crozet
2022-03-20
Combine contact events and intersection events into a single event type and f...
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2022-03-20
Fix warnings and add comments.
Sébastien Crozet
2022-03-20
Rebase on master branch
Sébastien Crozet
2022-03-20
Complete the parallel solver fix
Sébastien Crozet
2022-03-20
Allow removing a rigid-body without auto-removing attached colliders
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
Sébastien Crozet
2022-01-23
Run cargo fmt
Sébastien Crozet
2022-01-23
add defaults for the several structs
zhguchev
2022-01-02
Merge pull request #267 from dimforge/multibody
Sébastien Crozet
[next]