aboutsummaryrefslogtreecommitdiff
path: root/examples3d
AgeCommit message (Collapse)Author
2021-06-02Update dependenciesCrozet Sébastien
2021-06-01Add a velocity-based platform the the platform demos.Crozet Sébastien
2021-06-01Rework the event systemCrozet Sébastien
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien
2021-04-30Add comments.Crozet Sébastien
2021-04-29Fix some warningsCrozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-04-13Fix warningsCrozet Sébastien
2021-04-13Fix torque generation for the prismatic joint motorCrozet Sébastien
2021-04-12Switch to nalgebra 0.26Crozet Sébastien
2021-03-31Fix some warnings.Crozet Sébastien
2021-03-31Fix the parallel solver to work properly with CCD.Crozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien
2021-03-17Fix the last few bugs and unbounded memory usage.Crozet Sébastien
2021-03-13First complete implementation of the hierarchical SAP.Crozet Sébastien
2021-03-08Start introducing SAP layers.Crozet Sébastien
2021-03-07Projection friction impulses on an implicit cone instead of a pyramidal ↵Crozet Sébastien
approximation.
2021-03-01Release v0.6.0Crozet Sébastien
2021-02-23Fix the compilation of tests.Crozet Sébastien
2021-02-23Rename modify_contacts -> modify_solver_contacts.Crozet Sébastien
2021-02-23Update the testbed to use PhysicsHooks.Crozet Sébastien
2021-02-23Add one-way platform + conveyor belt demos.Crozet Sébastien
2021-02-23Introduce the PhysicsHook trait used for both contact filtering and contact ↵Crozet Sébastien
modification.
2021-02-22Some minor cleanup and joint constraint refactoring.Crozet Sébastien
2021-02-21Add actuated ball and revolute joint to the 3D joint demo.Crozet Sébastien
2021-01-26Allow using polylines as a collider shape.Crozet Sébastien
2021-01-24Rename cdl to parry.Crozet Sébastien
2021-01-23Fix warnings in tests and testbed.Crozet Sébastien
2021-01-22Move ColliderShape out of Rapier.Crozet Sébastien
2021-01-22Minor code simplification for the 3D heightfield example.Crozet Sébastien
2021-01-22Merge branch 'master' into split_geomCrozet Sébastien
# Conflicts: # examples2d/sensor2.rs # examples3d/sensor3.rs # src/dynamics/integration_parameters.rs # src/dynamics/solver/parallel_island_solver.rs # src/dynamics/solver/velocity_constraint.rs # src/dynamics/solver/velocity_ground_constraint.rs # src_testbed/nphysics_backend.rs # src_testbed/physx_backend.rs # src_testbed/testbed.rs
2021-01-21Add collider constructors for shapes obtained from convex decomposition.Crozet Sébastien
2021-01-21Rotation locking: apply filter only to the world inertia properties to fix ↵Crozet Sébastien
the multi-collider case.
2021-01-20Fix velocity constraints for ball joints involving bodies with non-uniform ↵Crozet Sébastien
angular inertia. Fix #86
2021-01-20Switch to [u32; DIM] instead of Point<u32> for element indices.Crozet Sébastien
2021-01-20Add 3D convex decomposition example.Crozet Sébastien
2021-01-05Testbed physx backend: re-add joints.Crozet Sébastien
2021-01-05Add compound shapes to the heightfield and trimesh demos.Crozet Sébastien
2021-01-05Add compound shape support.Crozet Sébastien
2021-01-04Add support of 64-bits reals.Crozet Sébastien
2021-01-03enable graphics and windows related code in examplesrezural
2021-01-02unify callbacks with & without graphics & windowrezural
2020-12-31remove redundant time :f32 from harness callbacks. it can be access via ↵rezural
run_state.time
2020-12-31cargo fmtrezural
2020-12-31make examples compile, code that accessed window & graphics via the callback ↵rezural
is currently disabled, until that is added back in
2020-12-29Move the harness example to the examples folder.Crozet Sébastien
2020-12-29Externalize the proximity code (renamed intersection).Crozet Sébastien
2020-12-29Outsource the Shape trait, wquadtree, and shape types.Crozet Sébastien
2020-12-29Outsource the contact manifold, SAT, and some shapes.Crozet Sébastien