mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
a24c1436af
(not enabled by default yet) Example: fileIO = p.loadPlugin("fileIOPlugin") print("fileIO=",fileIO) p.executePluginCommand(fileIO,"e:/develop/bullet3/data/plane.zip", [p.AddFileIOAction,p.ZipFileIO]) p.executePluginCommand(fileIO,"e:/develop/bullet3/data/test2.zip", [p.AddFileIOAction,p.ZipFileIO]) planeId = p.loadURDF("plane.urdf") duckId = p.loadURDF("duck_vhacd.urdf",[0,0,1]) |
||
---|---|---|
.. | ||
examples | ||
gym | ||
notebooks | ||
numpy | ||
tensorflow | ||
unittests | ||
unity3d | ||
CMakeLists.txt | ||
premake4.lua | ||
pybullet.c |