<?xml version="1.0" encoding="ISO-8859-1" ?>
<scene>

  <atmosphere>
    <ambient_intensity r="0.5" g="0.5" b="0.5" />
    <default_color r="0" g="0" b="0" />
  </atmosphere>
  
  <camera name="default" depth="10" >
    <position y="2" />
  </camera>
  
  <surface name="diffuse" >
    <ambient_color r="0.5" g="0.5" b="0.5" />
    <diffuse_color r="0.5" g="0.5" b="0.5" />
    <specular_color r="0" b="0" g="0" exponent="1" />
  </surface>
  
  <plane_object name="background" surface="diffuse" y="1" />
  
  <sphere_object name="sphere" surface="diffuse" radius="1.5" >
    <position x="2" y="1.5" z="7" />
  </sphere_object>
  
  <sphere_light name="light" >
    <position x="10" y="10" z="10" />
  </sphere_light>
  
</scene>