scene HelloWorld; Scene { PerspectiveCamera { location := <0, 0, -5>; look_at := <0, 0, 0>; } World { PointLight { location := <-10, 10, -10>; } Sphere { SimpleTexture { SolidColorPigment { color := rgb <0.7, 0.7, 1>; } } } } }