bullet3/examples/Importers
erwincoumans a44df2b0a6 PyBullet: allow to pass vertices (for convex) and vertices+indices (for concave) to createCollisionShape
See createObstacleCourse.py for an example use. At the moment a limit of 1024 vertices and 1024 indices.
Will be lifted once we implement the streaming version (soon).
2018-10-26 10:18:51 -07:00
..
ImportBsp Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
ImportBullet Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
ImportColladaDemo First pass of load files through an interface (to allow loading from memory, zip file etc). So instead of posix fopen/fread, using CommonFileIOInterface. 2018-10-08 21:27:08 -07:00
ImportMeshUtility Implement InMemoryFile for memory caching for fileIO plugin. 2018-10-14 12:54:34 -07:00
ImportMJCFDemo First pass of load files through an interface (to allow loading from memory, zip file etc). So instead of posix fopen/fread, using CommonFileIOInterface. 2018-10-08 21:27:08 -07:00
ImportObjDemo First pass of load files through an interface (to allow loading from memory, zip file etc). So instead of posix fopen/fread, using CommonFileIOInterface. 2018-10-08 21:27:08 -07:00
ImportSDFDemo First pass of load files through an interface (to allow loading from memory, zip file etc). So instead of posix fopen/fread, using CommonFileIOInterface. 2018-10-08 21:27:08 -07:00
ImportSTLDemo First pass of load files through an interface (to allow loading from memory, zip file etc). So instead of posix fopen/fread, using CommonFileIOInterface. 2018-10-08 21:27:08 -07:00
ImportURDFDemo PyBullet: allow to pass vertices (for convex) and vertices+indices (for concave) to createCollisionShape 2018-10-26 10:18:51 -07:00