Sébastien Crozet
|
f74b8401ad
|
Implement multibody joints and the new solver
|
2022-01-02 16:58:36 +01:00 |
|
Jamen Marz
|
7aa94e994f
|
Impl Default for a few structs
|
2021-09-25 13:50:12 +02:00 |
|
Sébastien Crozet
|
f7643272f4
|
Implement limits for ball joints.
|
2021-08-08 18:38:12 +02:00 |
|
Sébastien Crozet
|
ac77c95c9c
|
Implement limits for revolute joints.
|
2021-08-08 18:38:12 +02:00 |
|
Oli Scherer
|
44244c324a
|
Fix copy paste bug in ball joint docs
|
2021-07-27 10:47:01 +02:00 |
|
Crozet Sébastien
|
77a6cd3f26
|
Release v0.10.0
|
2021-07-11 19:21:50 +02:00 |
|
Waridley
|
9233a855f0
|
impl more traits for components
|
2021-07-11 18:22:39 +02:00 |
|
Crozet Sébastien
|
bccb7d4c66
|
Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIds
|
2021-06-08 18:23:40 +02:00 |
|
Crozet Sébastien
|
1bef66fea9
|
Add prelude + use vectors for setting linvel/translation in builders
|
2021-05-25 11:00:13 +02:00 |
|
Crozet Sébastien
|
2dfbd9ae92
|
Add comments.
|
2021-04-30 11:37:58 +02:00 |
|
Crozet Sébastien
|
c32da78f2a
|
Split rigid-bodies and colliders into multiple components
|
2021-04-26 18:00:50 +02:00 |
|
Waridley
|
5592daf7fa
|
Derive Clone for JointSet
|
2021-03-04 18:05:26 -06:00 |
|
Emil Ernerfeldt
|
277d74fb18
|
less mut
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
2021-02-24 15:59:11 +01:00 |
|
Emil Ernerfeldt
|
69afb2914a
|
less mut
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
2021-02-24 15:59:06 +01:00 |
|
Emil Ernerfeldt
|
504b84bb06
|
Add JointSet::get_mut and get_unknown_gen_mut
Fix https://github.com/dimforge/rapier/issues/121
|
2021-02-24 15:20:48 +01:00 |
|
Crozet Sébastien
|
e5c4c2e8ff
|
Ball joint: remove unused field.
|
2021-02-22 15:06:33 +01:00 |
|
Crozet Sébastien
|
0eec28325e
|
Fix warnings.
|
2021-02-22 14:20:06 +01:00 |
|
Crozet Sébastien
|
aaba6c8927
|
Add motors to prismatic joints.
|
2021-02-22 12:12:24 +01:00 |
|
Crozet Sébastien
|
01496d43e5
|
Add motors to ball joints.
|
2021-02-21 17:15:00 +01:00 |
|
Crozet Sébastien
|
f5515c3973
|
Fix lever-arm handling in the revolute joint.
|
2021-02-21 17:14:43 +01:00 |
|
Crozet Sébastien
|
dc8ccc0c30
|
Make revolute joint actuation work properly even when SIMD is enabled.
|
2021-02-19 17:32:09 +01:00 |
|
Crozet Sébastien
|
e9f17f32e8
|
Complete the implementation of non-simd joint motor for the revolute joint.
|
2021-02-19 15:21:25 +01:00 |
|
Crozet Sébastien
|
de39a41faa
|
Implement non-linear position stabilization for the generic constraint.
|
2021-02-15 11:20:09 +01:00 |
|
Crozet Sébastien
|
d9b6198fa0
|
Various generic joint fixes.
|
2021-02-12 16:00:57 +01:00 |
|
Crozet Sébastien
|
cc80e40067
|
More experiments with the way the generic joint is stabilized.
|
2021-02-11 18:52:07 +01:00 |
|
Crozet Sébastien
|
5b80c4efbf
|
Start experimenting with a generic joint implementation for joint drives.
|
2021-02-11 15:58:46 +01:00 |
|
Emil Ernerfeldt
|
85bc81d4fc
|
Make clippy a bit happier
|
2021-02-04 13:11:04 +01:00 |
|
Crozet Sébastien
|
8ff2bcc3ec
|
Add all the missing docs.
|
2021-01-27 14:20:14 +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
|
aa61fe65e3
|
Add support of 64-bits reals.
|
2021-01-04 15:14:25 +01:00 |
|
Crozet Sébastien
|
036a246141
|
Make cloning rigid-bodies and colliders more idiomatic.
Fix #53
|
2020-11-03 14:29:47 +01:00 |
|
Crozet Sébastien
|
a4a4ddb5b4
|
Implement joint removal.
|
2020-11-02 18:47:27 +01:00 |
|
Crozet Sébastien
|
d8dfd864a4
|
Joint set iteration: also yield the joint handle.
|
2020-10-05 16:51:16 +02:00 |
|
Crozet Sébastien
|
7b8e322446
|
Make kinematic bodies properly wake up dynamic bodies.
|
2020-09-28 15:27:25 +02:00 |
|
Sébastien Crozet
|
754a48b7ff
|
First public release of Rapier.
|
2020-08-25 22:10:25 +02:00 |
|