| Age | Commit message (Collapse) | Author |
|
fix cargo test -p rapier3d
|
|
|
|
Harness testbed integration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
run_state.time
|
|
This reverts commit aaf2872e5c8cd444d34b3503dd3380b1dcd074f2.
|
|
|
|
|
|
is currently disabled, until that is added back in
|
|
|
|
|
|
|
|
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
|
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
|
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove events code
|
|
|
|
|
|
Introduce a run harness, to make running salva with rapier easier with headless.
|
|
|
|
|
|
|
|
cargo fmt
|
|
|
|
make harness a public mod, make harness.state public
|
|
Extract Physics into module, make new public
|
|
|
|
cargo fmt
changes to make rapier compile
|
|
|
|
|
|
Add a RigidBody::set_mass_properties method.
|
|
Fix a bug when applying the parallel axis theorem to the angular inertia matrix is incorrect if the mass is zero.
|
|
|
|
matrix is incorrect if the mass is zero.
|