Challenge 1 # The Translate and Rotate values for each item must be # adjusted in order to place each surface in its correct # position to make a "teapot". Option "searchpath" "shader" "@:../shaders" Option "searchpath" "texture" "@:../textures" Option "searchpath" "archive" "../archives:Cutter_Help/templates/Rib:custom_templates/Rib" Display "teapot" "it" "rgba" Format 640 360 1 Projection "perspective" "fov" 40 ShadingRate 1 LightSource "distantlight" 1 "intensity" 1.5 "from" [0 0 0] "to" [0 0 1] Translate 0 0 5 Rotate -30 1 0 0 Rotate 20 0 1 0 Scale 1 1 -1 WorldBegin Surface "plastic" TransformBegin Attribute "identifier" "name" ["lid_handle"] Color 1 0 0 Translate 0 .51 0 Sphere 0.15 -0.15 0.15 360 TransformEn...