summaryrefslogtreecommitdiff
path: root/examples/ReducedDeformableDemo/ReducedCollide.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reduced Deformable Model"revert-4069-mastererwincoumans2022-03-071-522/+0
* clean up initialization and the rigid flagjingyuc2022-02-201-2/+9
* clean up: rename folderjingyuc2022-01-301-3/+3
* clean up: rename the *ReducedSoftBody* as *ReducedDeformableBody* for clarityjingyuc2022-01-301-6/+6
* clean up: reverted some unnecessary changesjingyuc2022-01-301-6/+6
* no longer need to use start_modes, because all the rigid modes are not saved ...jingyuc2021-11-161-2/+1
* add mass scaling for reduced deformable modeljingyuc2021-11-111-7/+8
* allow set gravity in deformable world. add transformTo for the reduced deform...jingyuc2021-11-011-1/+1
* clean up the damping codesjingyuc2021-10-131-5/+6
* add cfm and penetration correction to the velocity error for the contact cons...jingyuc2021-10-071-3/+5
* now support scaling of reduced deformable object. the order of applying impul...jingyuc2021-10-041-9/+10
* support applying impulse in alternating order. change several example setups.jingyuc2021-09-281-69/+70
* separate two tangential direction for the multibody vs reduced deformable con...jingyuc2021-09-211-2/+2
* testing multibody vs reduced deformable friction. save filesjingyuc2021-09-211-17/+283
* demo setupjingyuc2021-09-131-2/+2
* clean up reduced body creationjingyuc2021-09-121-33/+9
* better support of initial rotation.jingyuc2021-09-101-6/+6
* fixed the wrong dimension used to calculate the inertia tensor in btReducedSo...jingyuc2021-09-031-4/+7
* set up reduced grasping examplejingyuc2021-09-021-1/+2
* debugging moving rigid vs reduced deformable contactjingyuc2021-09-011-3/+4
* fixed a minor issue: disable deactivation for the reduced collision examplejingyuc2021-08-311-4/+5
* collision with moving rigid body seems to be working. checking why there is s...jingyuc2021-08-301-7/+7
* set up the reduced vs rigid collision examplejingyuc2021-08-261-0/+262