summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Reduced Deformable Model""revert-4194-revert-4069-mastererwincoumans2022-03-0720-107/+2758
* Revert "Reduced Deformable Model"revert-4069-mastererwincoumans2022-03-0720-2758/+107
* Merge pull request #4190 from erwincoumans/mastererwincoumans2022-03-062-1/+43
|\
| * fix premake4 buildErwin Coumans2022-03-051-0/+1
| * Merge remote-tracking branch 'bp/master' into masterErwin Coumans2022-03-0522-115/+2960
| |\
| * \ Merge remote-tracking branch 'bp/master' into masterErwin Coumans2022-03-052-10/+5
| |\ \
| * | | add optimization for early out for convex versus triangle mesh. Helps getting...Erwin Coumans2022-02-251-1/+42
* | | | Merge pull request #4137 from duckdoom5/patch-1erwincoumans2022-03-051-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove unused variableJelle2022-01-131-1/+0
* | | | Merge pull request #4170 from fuchuyuan/reconstructerwincoumans2022-03-054-4/+190
|\ \ \ \
| * | | | fix compileChuyuan Kelly Fu2022-02-181-1/+1
| * | | | fix compileChuyuan Kelly Fu2022-02-181-0/+1
| * | | | format filesChuyuan Kelly Fu2022-02-184-168/+167
| * | | | load deformable deterministic settingChuyuan Kelly Fu2022-02-184-0/+186
| | |_|/ | |/| |
* | | | Merge pull request #4172 from fuchuyuan/contacterwincoumans2022-03-054-4/+12
|\ \ \ \
| * | | | format filesChuyuan Kelly Fu2022-03-034-6/+7
| * | | | limit num contacts reported. Add distance to Deformable Deformable contactChuyuan Kelly Fu2022-03-034-4/+6
| * | | | format commitChuyuan Kelly Fu2022-03-032-4/+4
| * | | | remove redundant functionsChuyuan Kelly Fu2022-03-032-10/+1
| * | | | add collision infoChuyuan Kelly Fu2022-03-033-0/+14
| |/ / /
* | | | Merge branch 'bulletphysics:master' into masterjingyuc2022-02-287-11/+396
|\ \ \ \ | |/ / /
| * | | Revert "Add deformable contact forces info"revert-3979-deformableForceserwincoumans2022-02-182-10/+5
| | |/ | |/|
| * | Implement joint limit for btMultiBody spherical joint. In URDF, addErwin Coumans2022-01-302-0/+385
| * | Implement joint limit for btMultiBody spherical joint. In URDF, addErwin Coumans2022-01-303-1/+6
| |/
* | clean up initialization and the rigid flagjingyuc2022-02-206-51/+33
* | fixed the incorrect solverBody pairing issue of the reduced deformable solver...Jingyu Chen2022-02-138-62/+53
* | clean up: rename folderjingyuc2022-01-309-8/+8
* | clean up: add missing CMakeListsjingyuc2022-01-301-6/+6
* | clean up: rename the *ReducedSoftBody* as *ReducedDeformableBody* for clarityjingyuc2022-01-3010-144/+143
* | clean up: reverted some unnecessary changesjingyuc2022-01-301-2/+0
* | Merge branch 'bulletphysics:master' into masterjingyuc2022-01-301-1/+1
|\ \ | |/
| * move the mutex lock to include the 'getNewManifold', dealing with Issue #4117Erwin Coumans2022-01-021-1/+1
* | modified benchmark exampleJingyu Chen2021-12-091-1/+1
* | allow multiple reduced deformable object in one simJingyu Chen2021-12-095-12/+36
* | Merge branch 'master' into mastererwincoumans2021-12-066-7/+31
|\ \ | |/
| * Merge pull request #4060 from erwincoumans/mastererwincoumans2021-12-011-1/+1
| |\
| | * bump up PyBullet to version 3.21Erwin Coumans2021-12-011-1/+1
| * | Merge pull request #3848 from nekomatata/heightmap-early-exiterwincoumans2021-11-181-0/+1
| |\ \ | | |/ | |/|
| | * Fix early exit in heightfield raycastPouleyKetchoupp2021-05-131-0/+1
| * | Merge pull request #3979 from johbrust/deformableForceserwincoumans2021-11-132-5/+10
| |\ \
| | * | Add deformable contact forces infoJohannes Brust2021-09-282-5/+10
| * | | Update btCollisionDispatcherMt.cppQiaodongCui2021-10-291-1/+18
| * | | Update btCollisionDispatcherMt.hQiaodongCui2021-10-291-0/+1
* | | | Fixed a bug in btReducedSoftBody::transform(): the mesh was rotated/translate...jingyuc2021-11-293-20/+49
* | | | Now supports mesh with initial CoM not at the originjingyuc2021-11-222-5/+16
* | | | add reduced deformable torus. minor clean up in btReducedSoftBodyHelpersjingyuc2021-11-172-6/+18
* | | | Now only reduced deformable files in bullet3/data/ folderjingyuc2021-11-172-19/+4
* | | | no longer need to use start_modes, because all the rigid modes are not saved ...jingyuc2021-11-164-14/+11
* | | | no need to save the reduced mass matrix because it's always diagonaljingyuc2021-11-163-8/+7
* | | | re-compute all the modes using the new python preprocessor. clean up initiali...jingyuc2021-11-163-16/+4