Here is an example of how to make a sphere: ball = sphere(pos=(1,2,1), radius=0.5) This produces a sphere centered at location (1,2,1) with radius = 0.5, with the current foreground color. The sphere object has the following attributes and default values,