3D Objects in VPython¶
The basic graphical objects in VPython are:
Designing objects¶
You can also design your own object: See Design New Objects
Delete an Object¶
The Python function del does not work with VPython objects.
To hide a VPython object make it invisible:
ball.visible = False