#include "colors.inc" background { color rgb <0.2, 0.4, 0.8> } camera { location <2, 2, -3> look_at <3, 1, 2> } light_source { <2, 4, -3> color rgb <1, 0.8, 0.7> } global_settings { ambient_light rgb <0, 0.3, 0.6> } text { ttf "/mnt/chromeos/fonts/monotype/verdana.ttf" "Hello PovRay" 1, 0 texture { pigment { color Cyan } } } torus { 1.2, 0.2 texture { pigment { color Cyan } } rotate <90, 0, 0> translate <2, 1, 2> }