summaryrefslogtreecommitdiff
path: root/examples/Importers
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Reduced Deformable Model""revert-4194-revert-4069-mastererwincoumans2022-03-074-2/+217
* Revert "Reduced Deformable Model"revert-4069-mastererwincoumans2022-03-074-217/+2
* Merge branch 'bulletphysics:master' into masterjingyuc2022-02-2812-33/+83
|\
| * rename tiny_obj_loader.h namespace to bt_tinyobj to avoid conflictsErwin Coumans2022-02-247-29/+29
| * Implement joint limit for btMultiBody spherical joint. In URDF, addErwin Coumans2022-01-306-4/+54
* | clean up urdf mesh input namesjingyuc2021-11-222-5/+6
* | no longer need to use start_modes, because all the rigid modes are not saved ...jingyuc2021-11-161-3/+1
* | reduced deformable is now working with pybulletjingyuc2021-11-052-0/+41
* | add reduced deformable urdf parserjingyuc2021-11-044-2/+177
|/
* Update Bullet URL in copyright statementsAaron Franke2021-09-134-4/+4
* set default sleeping threshold for useMaximalCoordinate btRigidBody to be sim...erwin coumans2021-04-201-0/+4
* Allow to compile pybullet using btDiscreteDynamicsWorld (no multibodies and n...erwin coumans2021-03-152-3/+37
* Fix tab/spacesmbennice2021-03-051-1/+1
* Default user data text to empty string when null.mbennice2021-03-051-1/+2
* Fix a null dereference in UrdfParservabr-g2021-03-011-0/+1
* fix typoManifoldFR2020-09-291-2/+2
* UrdfParser: make axis warning print single lineManifoldFR2020-09-291-4/+6
* Merge remote-tracking branch 'bp/master'Erwin Coumans2020-09-202-11/+24
|\
| * add configurable parameters to urdfChuyuan Fu2020-09-142-11/+24
* | allow rendering of (textured) heightfield in TinyRenderer and EGL.Erwin Coumans2020-09-201-1/+1
|/
* re-enable pybullet.getVisualShapeData for deformablesErwin Coumans2020-09-131-1/+1
* more deformable rendering fixes, egl and tinyrendererErwin Coumans2020-09-121-5/+1
* * add textured models of ball.vtk (obj/mtl) and torus (obj/mtl) and cloth.Erwin Coumans2020-09-121-1/+8
* enable multisampling and mipmappingErwin Coumans2020-09-072-2/+7
* Simplify logic for searching files in UrdfFindMeshFile and prioritize path wi...Peng Xu2020-08-111-27/+14
* Merge pull request #2826 from xhan0619/grav-factorerwincoumans2020-06-052-1/+13
|\
| * support configuring gravity factor from clientXuchen Han2020-05-262-1/+13
* | Merge pull request #2837 from erwincoumans/mastererwincoumans2020-06-011-34/+29
|\ \ | |/ |/|
| * Improve link color choice:Erwin Coumans2020-06-011-34/+29
* | Merge pull request #2800 from xhan0619/splitImpulseMultierwincoumans2020-05-211-3/+5
|\ \ | |/ |/|
| * add API for two different damping modes for mass springXuchen Han2020-05-111-3/+5
* | fix spaceChuyuan Fu2020-05-151-2/+2
* | set collision margin for implicit cynlinderChuyuan Fu2020-05-151-1/+2
|/
* use white as default undefined color instead of the googley colors.Erwin Coumans2020-05-083-11/+21
* add API for setting repulsion stiffnessXuchen Han2020-04-272-1/+13
* fix tinyrenderer size of mjcf box (mjcf box size is half-sizes (half-extents)Erwin Coumans2020-04-171-5/+5
* fix spaceChuyuan Fu2020-04-011-4/+4
* twin torusChuyuan Fu2020-04-011-6/+6
* fix mesh finding and notificationChuyuan Fu2020-04-011-11/+29
* load deformable object from URDF filesChuyuan Fu2020-03-314-3/+191
* Update UrdfParser.cpperwincoumans2020-02-211-1/+1
* add option to merge fixed links in URDF file (improves performance, can handl...Erwin Coumans2020-02-214-0/+278
* Adds support for loading user data from URDF files.Tigran Gasparian2020-01-175-1/+41
* pybullet: suppress debug printf (obj texture coordinate out-of-range)Erwin Coumans2019-10-031-1/+1
* hook deformable world into the physics serverXuchen Han2019-09-042-1/+6
* Merge pull request #2366 from fuchuyuan/tinyObjUpdateerwincoumans2019-08-147-84/+98
|\
| * update obj loaderChuyuan Fu2019-08-137-84/+98
* | PyBullet: add support for internal edge filtering for height field terrainsErwin Coumans2019-08-091-0/+5
* | pybullet: restore internal edge filtering (see internalEdge.py example)Erwin Coumans2019-08-081-2/+2
* | premake add enable_stable_pd option, so Bullet can be compiled without C++11 ...erwincoumans2019-08-071-0/+21
|/