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
/
solver
/
joint_constraint
/
revolute_velocity_constraint.rs
Age
Commit message (
Expand
)
Author
2021-02-26
fix the body-body revolute angle velocity erp
Emil Ernerfeldt
2021-02-26
fix narrow revolute velocity
Emil Ernerfeldt
2021-02-26
Implement revolute wide
Emil Ernerfeldt
2021-02-26
Implement revolute narrow
Emil Ernerfeldt
2021-02-22
Fix warnings.
Crozet Sébastien
2021-02-22
Some minor cleanup and joint constraint refactoring.
Crozet Sébastien
2021-02-21
Fix lever-arm handling in the revolute joint.
Crozet Sébastien
2021-02-19
Make revolute joint actuation work properly even when SIMD is enabled.
Crozet Sébastien
2021-02-19
Complete the implementation of non-simd joint motor for the revolute joint.
Crozet Sébastien
2021-02-17
Revolute joint constraints: properly adjust the angular impulse and torque pr...
Crozet Sébastien
2021-02-04
Make clippy a bit happier
Emil Ernerfeldt
2021-01-21
Rotation locking: apply filter only to the world inertia properties to fix th...
Crozet Sébastien
2021-01-04
Add support of 64-bits reals.
Crozet Sébastien
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet