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
/
dynamics
/
rigid_body.rs
Age
Commit message (
Expand
)
Author
2023-01-15
Give access to the world-space mass properties of rigid-bodies
Sébastien Crozet
2023-01-15
Add accessor to get the locked axes of a rigid-body
Sébastien Crozet
2023-01-01
Small coding style fix
Sébastien Crozet
2023-01-01
Adds methods to retrieve forces added by the user.
fabriceci
2022-12-11
Properly take initial sleeping state set by the user when creating a rigid-body
Sébastien Crozet
2022-12-11
Add a dynamic ray-cast vehicle controller
Sébastien Crozet
2022-12-11
Allow disabling colliders, rigid-bodies and impulse joints
Sébastien Crozet
2022-08-25
Auto-update a rigid-body’s world mass-properties when the user sets their p...
Sébastien Crozet
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-07-08
Rename allowed_translation/rotation to enabled_translation/rotation
Sébastien Crozet
2022-07-08
Fix 2D build
Sébastien Crozet
2022-07-08
cargo fmt
Sébastien Crozet
2022-07-08
Rename restrict_translation/rotation to set_allowed_translation/rotation
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-03
Add the ability to disable contacts between two rigid-bodies attached by joints
Sébastien Crozet
2022-05-30
CCD improvements
Sébastien Crozet
2022-04-28
Rename RigidBody::set_mass_properties -> set_additional_mass_properties
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
Type fix
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
Rigid-body: don’t clear forces at end of timestep + don’t wake-up a rigid...
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
Sébastien Crozet
2022-01-16
Fix some solver issues
Sébastien Crozet
2022-01-09
Allow locking individual translational axes
Sébastien Crozet
2021-12-31
fixed restrict_rotations
Dmitry Stepanov
2021-12-31
Minor documentation fixes
Jakub Arnold
2021-10-26
Track the change of effective dominance of a rigid-body.
Sébastien Crozet
2021-10-24
Note CCD interpenetration behavior
Benjamin Saunders
2021-09-25
Impl Default for a few structs
Jamen Marz
2021-06-02
Merge pull request #173 from DasEtwas/must-use-pub
Sébastien Crozet
2021-06-01
Add velocity-based kinematic bodies
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
Remove Copy from RigidBodyBuilder
DasEtwas
2021-05-06
Added documentation to newly public fields derived from setters
DasEtwas
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-01
Add getters indicating if the translation or rotation dofs of a rigid-body ar...
Crozet Sébastien
2021-04-01
Some small performance improvements.
Crozet Sébastien
2021-04-01
Remove useless rigid-body fields.
Crozet Sébastien
2021-03-31
Fix some warnings.
Crozet Sébastien
2021-03-31
Fix body status modification.
Crozet Sébastien
2021-03-31
Rename some RigidBodyBuilder mass-related setters to include "additional".
Crozet Sébastien
2021-03-30
CCD: take angular motion and penetration depth into account in various thresh...
Crozet Sébastien
2021-03-29
Implement the ability to run multiple CCD substeps.
Crozet Sébastien
[next]