summaryrefslogtreecommitdiff
path: root/examples/ExampleBrowser/ExampleEntries.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Reduced Deformable Model"revert-4069-mastererwincoumans2022-03-071-21/+0
|
* Merge pull request #4170 from fuchuyuan/reconstructerwincoumans2022-03-051-0/+2
|\ | | | | Reconstruct
| * load deformable deterministic settingChuyuan Kelly Fu2022-02-181-0/+2
| |
* | clean up: remove unused example, rename the benchmark examplejingyuc2022-01-301-4/+2
| |
* | add benchmark comparison example. change ReduceddMotorGrasp example to the ↵jingyuc2021-11-211-0/+2
| | | | | | | | real world dimensions
* | add cfm and penetration correction to the velocity error for the contact ↵jingyuc2021-10-071-0/+2
| | | | | | | | constraint. clean up btReducedSoftBody class. momenumtum conservation WIP
* | clean up momentum conservation test example and the springboard examplejingyuc2021-10-041-2/+4
| |
* | rotate the modes when the mesh has a initial transformation. new grasping ↵jingyuc2021-09-091-0/+2
| | | | | | | | example with motor WIP
* | Added a new friction slope example (ground is rotating). Fixed a problem in ↵jingyuc2021-09-061-0/+2
| | | | | | | | the reduced deformable's friction (now clamp the maximum tangential impulse based on the tangential velocity impulse at the current iteration, not the total tangential velocity at the beginning)
* | set up reduced grasping examplejingyuc2021-09-021-0/+2
| |
* | set up the reduced vs rigid collision examplejingyuc2021-08-261-0/+2
| |
* | created new free fall example. WIPjyc-n2021-08-091-1/+3
| |
* | add mode visualizer example.jingyuc2021-07-281-0/+2
| |
* | Start the reduced deformable example. Read in mesh and modes files.jingyuc2021-07-131-0/+5
|/
* Add kinematic multibody base exampleWenlongLu2020-10-291-0/+2
|
* add kinematic rigid body ground example.Erwin Coumans2020-10-221-0/+2
|
* add a colliding demo to for easier implcit contact testingXuchen Han2020-06-191-0/+2
|
* add extreme deformation demoXuchen Han2020-06-171-0/+2
|
* add gripper with deformable cloth demoXuchen Han2019-12-131-0/+1
|
* add option for deformable rigid split impulseXuchen Han2019-11-051-0/+2
|
* support anchor constraint between deformable and multibodyXuchen Han2019-10-171-1/+3
|
* add support for anchor constraint between deformable and rigidXuchen Han2019-10-161-0/+2
|
* add naive implementation of self collisionXuchen Han2019-09-281-0/+2
|
* add cloth demo to show deformable frictionXuchen Han2019-09-281-0/+2
|
* add demo to test soft body frictionXuchen Han2019-09-281-0/+2
|
* add demo for deformable contactXuchen Han2019-09-281-0/+2
|
* remove BlockSolver/*Erwin Coumans2019-09-111-10/+0
|
* move files and update licenseXuchen Han2019-08-161-0/+1
|
* add corotated model to lagrangian forcesXuchen Han2019-08-161-1/+1
|
* add grasping with joint motor exampleXuchen Han2019-08-161-0/+1
|
* move deformable examples to a single folder and rename them; change license ↵Xuchen Han2019-08-081-7/+6
| | | | to google 2016
* clean up examplesXuchen Han2019-08-021-6/+7
|
* add correct impulse matrix to multibody-deformable contactXuchen Han2019-08-021-0/+2
|
* code clean up + check in examplesXuchen Han2019-08-021-1/+7
|
* set up deformable world and solver (does not support contact or friction yet)Xuchen Han2019-08-021-0/+3
|
* graphicsServer to workaround OpenGL issues on some servers.Erwin Coumans2019-06-131-1/+7
|
* add raycast accelerator for btHeightfieldTerrainShape, thanks to Marc ↵erwincoumans2019-04-151-2/+4
| | | | | | | | Zylann, see https://github.com/bulletphysics/bullet3/pull/2062 it can be disabled by setting the flag cb.m_flags |= btTriangleRaycastCallback::kF_DisableHeightfieldAccelerator; acceleration is disabled for z axis up. add btHeightfieldTerrainShape example to example browser
* Merge branch 'master' into SIblockerwincoumans2019-03-271-11/+0
|\
| * temporary disable experimental BulletRobotics examplesErwin Coumans2019-03-261-10/+0
| |
* | Use two SI solvers as blocks in block solver.Chuyuan Fu2019-03-251-5/+6
|/ | | | In the btBlockSolver we are experimenting with, we have SI for both multibody and rigid body. I'm currently replacing rigid body SI solver with two smaller SI solvers. The two examples provided by RigidBodyBoxes.h should have the same behavior.
* Untrack Grasp box example for now. This example needs more adjustment.Chuyuan Fu2019-03-071-2/+2
| | | | fix compile
* Add grasp box example and fixjoint boxes example.Chuyuan Fu2019-03-071-0/+5
| | | | | | | | tmp gripper is working? fix joint example
* Add joint limit example.Chuyuan Fu2019-03-071-2/+4
| | | | | The demo artifically exceeds joint limit due to numerical errors caused by large ratio.
* Add an example of a stack of boxes of large mass ratio. The defaultChuyuan Fu2019-03-071-1/+1
| | | | solver cannot solve it effectively.
* Merge pull request #2142 from fuchuyuan/fixedJointerwincoumans2019-03-061-0/+5
|\ | | | | Fixed joint
| * Add boxes joint by fixed joint example\n Onlyp2p joint worksChuyuan Fu2019-03-061-0/+5
| |
* | remove src/BulletDynamics/Featherstone/btMultiBodyBlockConstraintSolver.cpp ↵erwincoumans2019-02-271-15/+5
| | | | | | | | | | | | and examples/ConstraintSolvers/* code revert changes to btMultiBodyConstraintSolver/btSequentialImpulseConstraintSolver related to btMultiBodyBlockConstraintSolver
* | prepare small experiment with block solvererwincoumans2019-02-261-1/+11
| |
* | preparation for block solver btRigidBody.erwincoumans2019-02-261-0/+8
|/
* Added Benchmark Demo for packed convex shapes.stolk2018-11-021-0/+1
|