sphere { diffuse { color 150 130 0 1 } position 3 -3 -11 radius 1 } sphere { position 1 -1 -12 radius 1 diffuse { textureFile earth.tga } } sphere { position -1 1 -13 radius 1 specular { color 20 20 20 1 shininess 256 reflectiveness 1.0 } } sphere { position -3 3 -14 radius 1 specular { color 0 60 180 1 shininess 128 reflectiveness 0.0 } } pointLight { position 2 2 -5 color 255 255 255 1 intensity 0.3 shadowed 1 } dirLight { direction 1 .01 0 color 255 255 255 1 intensity .2 } sphereLight { position 0 3 -10 lightSamples 64 radius .4 intensity .20 color 255 255 240 1 shadowed 1 } camera { position 0 1 0 lookAt 0 1 -4 fieldOfView 60 aspectRatio .75 fStop 0.50 focalLength 12.0 } plane { position 0 5 0 normal 0 1 0 specular { color 200 200 180 1 shininess 64 reflectiveness 0.2 } } plane { position 0 -5 0 normal 0 -1 0 specular { color 200 200 180 1 shininess 64 reflectiveness 0.2 } } plane { position 0 0 -20 normal 0 0 -1 specular { color 200 200 180 1 shininess 1 reflectiveness 0.0 } } plane { position 0 0 0 normal 0 0 1 specular { color 200 200 180 1 shininess 1 reflectiveness 0.0 } } plane { position 5 0 0 normal 1 0 0 specular { color 180 30 60 1 shininess 64 reflectiveness 0.0 } } plane { position -5 0 0 normal -1 0 0 specular { color 30 180 60 1 shininess 64 reflectiveness 0.0 } }