// +A0.2 +AM2 camera { location <1.2,1.8,-1.5> look_at <0,.2,0> angle 80 } // primary light_source { <-.7,1,-1.3>*999 rgb 1.5 } // fill light_source { <.6,.05,.9>*999 rgb <1,.7,.5> * 1 shadowless } difference { box { -1, 1 } difference { // ridge box { <-.85,.97,-.85>, <.85, 1.1, .85> } box { <-.75,.96,-.75>, <.75, 1.15, .75> } } pigment {rgb 1} }