<xml>
  <scene>
    <background r="0" g="0" b="0">
      <scale y="0.4"/>
      <translate y="-0.1"/>
    </background>
    <environment value="1.0"/>

    <!-- Objects -->
    <object type="plane" material="white">
      <scale value="500"/>
    </object>
    <object type="obj" name="teapot.obj" material="white">
      <scale value="0.7"/>
      <rotate angle="-50" z="1"/>
      <translate x="0" y="0" z="0"/>
    </object>

    <!-- Materials -->
    <material type="blinn" name="white">
      <diffuse r="1.0" g="1.0" b="1.0"/>
      <specular value="0.1"/>
      <glossiness value="50"/>
    </material>

  </scene>

  <camera>
    <position x="0" y="-70" z="25"/>
    <target x="0" y="0" z="3"/>
    <up x="0" y="0" z="1"/>
    <fov value="25"/>
    <width value="800"/>
    <height value="600"/>
  </camera>
</xml>