// use these command line parameters to set the width/height // (right click on them and select "open include file/insert command line") // +w640 +h320 +AM2 +A0.2 // in any case, use a width that's twice the height. // good preview settings: // +w320 +h160 // I figure we can add black areas at the top and bottom to make a good desktop image out of it when we're done. camera { location <-3,1.7,-6>*.45 up y right 2*x look_at 0 } light_source { <-5,3,-6> rgb 1.3 } // for convenience in figuring out coordinates: /*plane { y,0 pigment {checker} } sphere { // origin 0,.5 pigment {rgb 3} }*/ sphere { 0,1 texture { pigment { bozo color_map { [0 rgb <.8,.3,1>][1 rgb <.3,1,.8>] } scale .3 } normal { crackle .8 scale .3 accuracy .0001 } finish { diffuse 1 ambient 0 brilliance 2 specular .5 roughness .02 metallic } } translate <-1,0,-.5> }