bullet3/examples/ExampleBrowser
erwincoumans b572fe43f9 fix signal handling in ExampleBrowser on linux/mac on termination
expose all analogue axes from OpenVR (5 controllers, each x,y -> 10 floats) in pybullet.getVREvents(allAnalogAxes=1)
2017-10-05 12:59:58 -07:00
..
GwenGUISupport example browser: fix 'clamp-to-integer' on GUI-sliders 2017-06-04 17:34:21 -07:00
CMakeLists.txt add new example for btCompoundShape 2017-10-03 01:38:20 +05:30
CollisionShape2TriangleMesh.cpp fix 'safeNormalize' (probably should remove it) 2017-01-30 18:12:09 -08:00
CollisionShape2TriangleMesh.h Remove unused ROS urdf (was replaced by Bullet UrdfParser. 2016-05-12 23:03:12 -07:00
EmptyBrowser.h rename ExampleInterface -> CommonExampleInterface to be a little bit more consistent in 'CommonInterfaces' naming 2015-04-29 13:33:26 -07:00
EmptyExample.h enable URDF loading throught the 'File/Open' menu 2015-05-01 11:42:14 -07:00
ExampleBrowserInterface.h rename ExampleInterface -> CommonExampleInterface to be a little bit more consistent in 'CommonInterfaces' naming 2015-04-29 13:33:26 -07:00
ExampleEntries.cpp add new example for btCompoundShape 2017-10-03 01:38:20 +05:30
ExampleEntries.h Remove unused ROS urdf (was replaced by Bullet UrdfParser. 2016-05-12 23:03:12 -07:00
GL_ShapeDrawer.cpp allow obsolete OpenGL2 drawer to render with z-up axis. 2016-11-12 11:59:40 -08:00
GL_ShapeDrawer.h allow obsolete OpenGL2 drawer to render with z-up axis. 2016-11-12 11:59:40 -08:00
InProcessExampleBrowser.cpp add pybullet.connect(pybullet.GUI_SERVER) option. This allows shared memory connections, acting as a physics server. You can connect using SHARED_MEMORY to this GUI_SERVER. 2017-08-14 17:02:20 -07:00
InProcessExampleBrowser.h bump up pybullet setup.py version, make B3_NO_PYTHON_FRAMEWORK default on Mac 2017-08-18 08:53:46 -07:00
main.cpp fix signal handling in ExampleBrowser on linux/mac on termination 2017-10-05 12:59:58 -07:00
OpenGLExampleBrowser.cpp Allow to configure Y=up, default is Z=up, using pybullet.configureDebugVisualizer(COV_ENABLE_Y_AXIS_UP,0/1) 2017-10-05 09:02:33 -07:00
OpenGLExampleBrowser.h VR video recording, use command-line --mp4=videoname.mp4 2017-02-16 14:19:09 -08:00
OpenGLGuiHelper.cpp fix issue with rendering of certain capsules from MJCF files. 2017-09-15 15:38:24 -07:00
OpenGLGuiHelper.h implement pybullet.changeTexture. For now, the width/height has to match the target texture unique id, otherwise crashes may happen (a check for width/height match will be added) 2017-06-30 19:11:43 -07:00
premake4.lua create a C/C++ plugin system for pybullet / C-API. 2017-09-22 19:17:57 -07:00