PerspectiveCamera { center 0 0 5 direction 0 0 -1 up 0 1 0 angle 30 } Lights { numLights 1 DirectionalLight { direction 0 -1 0 color 0.8 0.8 0.8 } } Materials { numMaterials 2 PhongMaterial { diffuseColor 1 0 0 } PhongMaterial { diffuseColor 0 1 0 } } Background { color 0 0 1 ambientLight 0.2 0.2 0.2 } Group { numObjects 2 MaterialIndex 0 Sphere { center 0 0 0 radius 1 } MaterialIndex 1 Plane { normal 0.01 1 0.01 offset -1 } }