Crozet Sébastien
|
babcab0bed
|
Update the testbed to use PhysicsHooks.
|
2021-02-23 15:49:23 +01:00 |
|
Crozet Sébastien
|
4ca32a9546
|
Add one-way platform + conveyor belt demos.
|
2021-02-23 15:43:43 +01:00 |
|
Crozet Sébastien
|
23a86c294e
|
Allow using polylines as a collider shape.
|
2021-01-26 16:41:21 +01:00 |
|
Crozet Sébastien
|
90db26eb50
|
Fix warnings in tests and testbed.
|
2021-01-23 13:34:03 +01:00 |
|
Crozet Sébastien
|
cf52e01308
|
Merge branch 'master' into split_geom
# 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-22 16:10:24 +01:00 |
|
Crozet Sébastien
|
0ade350b5f
|
Use newtypes for collider, rigid-body and joint handles.
|
2021-01-20 16:33:42 +01:00 |
|
Crozet Sébastien
|
cc60809afc
|
Add 2D trimesh example.
|
2021-01-06 18:09:12 +01:00 |
|
Crozet Sébastien
|
aa61fe65e3
|
Add support of 64-bits reals.
|
2021-01-04 15:14:25 +01:00 |
|
rezural
|
5ca82eeaee
|
enable graphics and windows related code in examples
|
2021-01-03 19:56:53 +11:00 |
|
rezural
|
34e79e9afc
|
unify callbacks with & without graphics & window
|
2021-01-02 16:46:52 +11:00 |
|
rezural
|
6f508e5d04
|
remove redundant time :f32 from harness callbacks. it can be access via run_state.time
|
2020-12-31 15:23:25 +11:00 |
|
rezural
|
e11ace3831
|
cargo fmt
|
2020-12-31 13:31:30 +11:00 |
|
rezural
|
f782013947
|
make examples compile, code that accessed window & graphics via the callback is currently disabled, until that is added back in
|
2020-12-31 13:24:29 +11:00 |
|
Crozet Sébastien
|
8d925a02ef
|
Add convex polygons support.
|
2020-12-29 11:31:59 +01:00 |
|
rezural
|
c56ebcc663
|
refactor testbed to use harness
|
2020-12-24 17:58:37 +11:00 |
|
Crozet Sébastien
|
a072d4056a
|
Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for clarity.
|
2020-12-01 15:07:04 +01:00 |
|
Crozet Sébastien
|
1e0f76b02c
|
Add a 2D demo for locking rotation.
|
2020-11-30 15:41:32 +01:00 |
|
Crozet Sébastien
|
5ce3606582
|
Add explicit wake_up parameter to method setting the position and velocity of a rigid-body.
|
2020-11-19 18:13:39 +01:00 |
|
Crozet Sébastien
|
da5f47df47
|
Move the infinite fall debug example to the 3D examples.
All our other debug examples were there.
|
2020-11-10 17:03:28 +01:00 |
|
Sébastien Crozet
|
2102aeb422
|
Merge pull request #30 from robert-hrusecky/infinite_fall_memory
Infinite fall memory fix for #14
|
2020-11-10 16:58:00 +01:00 |
|
Crozet Sébastien
|
db337c5df6
|
Add damping support + demos.
|
2020-11-03 15:34:01 +01:00 |
|
Crozet Sébastien
|
502be0245c
|
Add restitution.
|
2020-11-03 11:22:30 +01:00 |
|
Robert Hrusecky
|
bcec54ef31
|
Merge branch 'master' into infinite_fall_memory
Fix merge conflict resulting from "axii" spelling correction
|
2020-10-29 18:09:41 -05:00 |
|
Crozet Sébastien
|
380c204151
|
Add collision groups demos.
|
2020-10-27 14:35:01 +01:00 |
|
Crozet Sébastien
|
e028f45040
|
Update dependencies.
|
2020-10-26 14:33:31 +01:00 |
|
Robert Hrusecky
|
dd8e25bc47
|
Merge branch 'master' into infinite_fall_memory
|
2020-10-06 14:22:26 -05:00 |
|
Crozet Sébastien
|
e87b73a2a2
|
Fix compilation in 2D.
|
2020-10-06 15:49:22 +02:00 |
|
Robert Hrusecky
|
1e0b4dcd1d
|
Example to isolate memory leak issue
|
2020-10-05 18:42:43 -05:00 |
|
Crozet Sébastien
|
e7466e2f69
|
Move 2D benchmarks into their own directory/crate.
|
2020-09-28 10:24:42 +02:00 |
|
Sébastien Crozet
|
ff2da7fb27
|
Move benchmark demos into their own directory.
|
2020-09-06 12:16:22 +02:00 |
|
Sébastien Crozet
|
d2bc2779c9
|
CI: fix test execution.
|
2020-09-01 17:55:14 +02:00 |
|
Sébastien Crozet
|
3b000f90bf
|
Fix BroadPhase proxy handle recycling causing a crash.
|
2020-08-27 09:08:17 +02:00 |
|
Sébastien Crozet
|
754a48b7ff
|
First public release of Rapier.
|
2020-08-25 22:10:25 +02:00 |
|