//We are going to be using colors, textures, distances, and metals #include "colors.inc" #include "textures.inc" #include "distances.inc" #include "metals.inc" //create a bullet shape lathe { linear_spline 10, <0,2.1>*centimeters, <1.1/2,2.1>*centimeters, <1.1/2,.35>*centimeters, <.9/2,.2>*centimeters, <.9/2,.1>*centimeters, <1.1/2,.1>*centimeters, <1.1/2,0>*centimeters, <.5/2,0>*centimeters, <.48/2,.2>*centimeters, <0,.2>*centimeters texture { T_Brass_3A } translate <0,-1,0>*centimeters rotate <-45,0,0> } //place the camera 4 centimeters back camera { location <0,0,-4>*centimeters look_at <0,0,0>*centimeters } //place the light_source 1 foot high and 2 feet back light_source { <0,1,-2> color White } //make the background white background { color White }