PerspectiveCamera { center 0 0 10 direction 0 0 -1 up 0 1 0 angle 30 } Lights { numLights 1 DirectionalLight { direction -0.5 -0.5 -1 color 0.9 0.9 0.9 } } Background { color 0 0 0 ambientLight 0.1 0.1 0.1 } Group { numObjects 6 Material { diffuseColor 1 0 0 } Sphere { center 0 0 0 radius 1 } Material { diffuseColor 0 1 0 } Sphere { center 1 1 1 radius 0.75 } Sphere { center -1 -1 1 radius 0.75 } Material { diffuseColor 0 0 1 } Sphere { center -1 1 -1 radius 0.75 } Sphere { center 1 -1 -1 radius 0.75 } Material { diffuseColor 1 1 1 } Plane { normal 0 1 0 offset -2 } }