// // Stove/Oven // box = Cube box.scaleFactor = [.4 .45 .3] door = Cube door.scaleFactor = [.4 .35 .02] tray = Cube tray.scaleFactor = [.4 .09 .02] splash = Cube splash.scaleFactor = [.4 .09 .02] window = Cube window.scaleFactor = [.25 .1 .02] window.diffuseColor = [.1 .1 .1] window.specularColor = [.3 .3 .3] window.shininess = 1 knob1 = Cylinder knob1.diffuseColor = [.1 .1 .1] knob1.rotation = [1 0 0 1.5708] knob1.scaleFactor = [.03 .01 .03] knob2 = Cylinder knob2.diffuseColor = [.1 .1 .1] knob2.rotation = [1 0 0 1.5708] knob2.scaleFactor = [.03 .01 .03] knob3 = Cylinder knob3.diffuseColor = [.1 .1 .1] knob3.rotation = [1 0 0 1.5708] knob3.scaleFactor = [.03 .01 .03] knob4 = Cylinder knob4.diffuseColor = [.1 .1 .1] knob4.rotation = [1 0 0 1.5708] knob4.scaleFactor = [.03 .01 .03] knob5 = Cylinder knob5.diffuseColor = [.1 .1 .1] knob5.rotation = [1 0 0 1.5708] knob5.scaleFactor = [.04 .01 .04] knob6 = Cylinder knob6.diffuseColor = [.1 .1 .1] knob6.rotation = [1 0 0 1.5708] knob6.scaleFactor = [.04 .01 .04] draw box draw door .01 in front of box and -.7 above box draw tray .02 below door draw window -.03 in front of door and -.35 above door draw splash above box and -.04 behind box draw knob1 -.005 in front of splash and -.10 to the right of splash draw knob2 .05 to the left of knob1 draw knob3 .05 to the left of knob2 draw knob4 .05 to the left of knob3 draw knob5 .1 to the left of knob4 draw knob6 .05 to the left of knob5 burner1 = Cylinder burner1.diffuseColor = [.1 .1 .1] burner1.scaleFactor = [.12 .02 .12] draw burner1 -.035 above box and -.3 to the right of box and -.275 in front of box burner2 = Cylinder burner2.diffuseColor = [.1 .1 .1] burner2.scaleFactor = [.12 .02 .12] draw burner2 -.035 above box and -.3 to the left of box and -.325 behind box burner3 = Cylinder burner3.diffuseColor = [.1 .1 .1] burner3.scaleFactor = [.08 .02 .08] draw burner3 -.035 above box and -.26 to the left of box and -.235 in front of box burner4 = Cylinder burner4.diffuseColor = [.1 .1 .1] burner4.scaleFactor = [.08 .02 .08] draw burner4 -.035 above box and -.26 to the right of box and -.285 behind box handle = Cube handle.scaleFactor = [.35 .01 .01] handle.diffuseColor = [.1 .1 .1] handle2 = Cube handle2.scaleFactor = [.35 .01 .01] handle2.diffuseColor = [.1 .1 .1] draw handle in front of door and -.05 above door draw handle2 in front of tray and -.05 above tray