| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for clarity.
|
|
clarity.
|
|
|
|
|
|
|
|
Add a more convenient way of locking the rotations (or translations) of a rigid-body
|
|
|
|
|
|
|
|
|
|
Track some user-initiated rigid-body modifications
|
|
|
|
|