#include "colors.inc" camera { location <-0.1, 6, -5.9> look_at <-0.2, 0.8, 1> } sphere { <0, 0.8, 0>, 1.2 pigment { color White filter 1 } finish { diffuse 0.2 ambient 0.3 reflection 0.1 specular 0.8 roughness .01 } interior { ior 1 } } sphere { <0, 0, 0>, 8 pigment { color White filter 1 } finish { diffuse 0.1 ambient 0.4 reflection 0.9 specular 0.9 roughness .001 } interior { ior 4 } } plane { y, -1 texture { pigment { checker color White, color Black } finish { diffuse 0.2 ambient 0.5 phong 1 phong_size 100 reflection 0.2 } } } light_source { <2, 10, -5> color White spotlight radius 15 falloff 18 tightness 10 area_light <1, 0, 0>, <0, 0, 1>, 2, 2 adaptive 1 jitter point_at <0, 1, 0> }