a = Cone b = Sphere c = Cube a.diffuseColor = [.25 .25 .75] b.diffuseColor = [1 0 .5] draw a draw b above a draw c to the left of a translate b with "d2" translate c with "d"