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
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
2021-03-08
docstring/spelling
Emil Ernerfeldt
2021-03-08
docstring/spelling
Emil Ernerfeldt
2021-03-08
docstring/spelling
Emil Ernerfeldt
2021-03-05
Use Box<Option<MassProperties>> instead to save on memory
Emil Ernerfeldt
2021-03-05
Add ability to set MassProperties for each ColliderBuilder
Emil Ernerfeldt
2021-02-23
Rename modify_contacts -> modify_solver_contacts.
Crozet Sébastien
2021-02-23
Update the testbed to use PhysicsHooks.
Crozet Sébastien
2021-02-04
Make clippy a bit happier
Emil Ernerfeldt
2021-01-27
Add all the missing docs.
Crozet Sébastien
2021-01-26
Allow using polylines as a collider shape.
Crozet Sébastien
2021-01-25
Fix compilation with f64.
Crozet Sébastien
2021-01-25
Add missing constructor for a round-triangle collider.
Crozet Sébastien
2021-01-24
Rename cdl to parry.
Crozet Sébastien
2021-01-22
Move ColliderShape out of Rapier.
Crozet Sébastien
2021-01-22
Fix compilation in 2D.
Crozet Sébastien
2021-01-21
Add collider constructors for shapes obtained from convex decomposition.
Crozet Sébastien
[next]