#version 3.0 global_settings { assumed_gamma 2.2 } camera { location <0, 0, -8> direction <0, 0, 1.2071> look_at <0, 0, 0> } torus { 5,1 /* finish { ambient 0.2 diffuse 0.8 }*/ pigment { color red 1 green 0 blue 0 } rotate <-20, 0, 0> } light_source { <-10, 3, -20> color red 1 green 1 blue 1 }