// A Snowman head = Sphere head.scaleFactor = [2 1.75 2] thorax = Sphere thorax.scaleFactor = [3 2.5 3] body = Sphere body.scaleFactor = [4 3.5 4] draw body draw thorax -1 above body draw head -.5 above thorax hat = Cylinder hat.diffuseColor = [.2 .2 .2] brim = Cylinder brim.diffuseColor = [.2 .2 .2] brim.scaleFactor = [1.5 .1 1.5] draw brim -.3 above head draw hat above brim nose = Cone nose.scaleFactor = [.2 1 .2] nose.rotation = [1 0 0 1.5708] nose.diffuseColor = [1 .3 0] draw nose -.3 in front of head