// // Refrigerator/Freezer // box = Cube box.scaleFactor = [.4 .9 .3] botdoor = Cube botdoor.scaleFactor = [.4 .54 .02] topdoor = Cube topdoor.scaleFactor = [.4 .29 .02] draw box draw botdoor .01 in front of box and -1.2 below box draw topdoor .02 above botdoor bothand = Cube bothand.scaleFactor = [.01 .25 .01] bothand.diffuseColor = [.1 .1 .1] tophand = Cube tophand.scaleFactor = [.01 .25 .01] tophand.diffuseColor = [.1 .1 .1] draw tophand in front of topdoor and -.5 below topdoor and -.1 to the left of topdoor draw bothand in front of botdoor and -.5 above botdoor and -.1 to the left of botdoor vent = Cube vent.scaleFactor = [.4 .005 .05] vent.diffuseColor = [.1 .1 .1] draw vent .01 below botdoor vent2 = Cube vent2.scaleFactor = [.4 .005 .05] vent2.diffuseColor = [.1 .1 .1] draw vent2 .02 below vent vent3 = Cube vent3.scaleFactor = [.4 .005 .05] vent3.diffuseColor = [.1 .1 .1] draw vent3 .02 below vent2