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
/
examples3d
/
all_examples3.rs
Age
Commit message (
Expand
)
Author
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien
2021-03-08
Start introducing SAP layers.
Crozet Sébastien
2021-03-07
Projection friction impulses on an implicit cone instead of a pyramidal appro...
Crozet Sébastien
2021-02-23
Update the testbed to use PhysicsHooks.
Crozet Sébastien
2021-01-26
Allow using polylines as a collider shape.
Crozet Sébastien
2021-01-20
Add 3D convex decomposition example.
Crozet Sébastien
2021-01-05
Testbed physx backend: re-add joints.
Crozet Sébastien
2020-12-29
Outsource the Shape trait, wquadtree, and shape types.
Crozet Sébastien
2020-12-01
Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for c...
Crozet Sébastien
2020-11-30
Add a simpler to lock the rotation or translation of a dynamic rigid-body.
Crozet Sébastien
2020-11-26
Fix collider insertion/removal tracking.
Crozet Sébastien
2020-11-25
Add debug demos for rigid-body change tracking.
Crozet Sébastien
2020-11-24
Minor demos changes.
Crozet Sébastien
2020-11-10
Move the infinite fall debug example to the 3D examples.
Crozet Sébastien
2020-11-03
Add damping support + demos.
Crozet Sébastien
2020-11-03
Add restitution.
Crozet Sébastien
2020-10-27
Add collision groups demos.
Crozet Sébastien
2020-10-19
Complete the pfm/pfm contact generator.
Crozet Sébastien
2020-09-28
Fix NaN when computing contacts between a cuboid and a perfectly vertical tri...
Crozet Sébastien
2020-09-06
Move benchmark demos into their own directory.
Sébastien Crozet
2020-08-31
Add compound demo.
Sébastien Crozet
2020-08-27
Fix BroadPhase proxy handle recycling causing a crash.
Sébastien Crozet
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet