PyBulletClient.connect PyBulletClient.connect(shadows=True, color=None, width=None, height=None)[source] Connect from the PyBullet server. Parameters: shadowsboolDisplay shadows in the GUI. Defaults to True. colortuple of floatSet the background color of the GUI. Defaults to None. widthintSet the width in pixels of the GUI. Defaults to None. heightintSet the height in pixels of GUI. Defaults to None. Returns: None