Search found 2 matches

by mcres
Fri Mar 19, 2021 9:59 am
Forum: PyBullet Support and Feedback
Topic: Keyboard shortcuts documentation
Replies: 2
Views: 29562

Keyboard shortcuts documentation

While reading the PyBullet guide, I found the following sentence in the `setDebugObjectColor` section: The built-in OpenGL visualizers have a wireframe debug rendering feature: press 'w' to toggle. I tried to search for a complete list of keyboard shortcuts in the forums, PyBullet guide and GitHub i...
by mcres
Fri Mar 19, 2021 9:41 am
Forum: PyBullet Support and Feedback
Topic: pybullet: Synthetic Cameras default to open. Is there a way to change this behavior?
Replies: 3
Views: 7455

Re: pybullet: Synthetic Cameras default to open. Is there a way to change this behavior?

In case someone come accross this post, but is looking for how to completely close the Explore, Test and Params tabs like I did (e.g. for recording videos):

Code: Select all

pybullet.configureDebugVisualizer(COV_ENABLE_GUI, 0)
Additionally, you can also press the 'g' key to toggle.