Slide 31
Slide 31 text
sphere = pg.Sphere(3, 0.5, (0, 0, 0))
cube = pg.Cuboid(-1, 1, -1, 1, -1, 1)
cylinder = pg.Cylinder((0, -1, 0), (0, 1, 0), 0.5, 18)
cone = pg.Cylinder((0, -1, 0), (0, 1, 0), 0.5, 18)
plane = pg.Plane((0, 0, 0), (0, 1, 0), 10)
axes = pg.Axes(100)
crosshairs = pg.Crosshairs()