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

  <atmosphere>
    <ambient_intensity r="0.7" g="0.7" b="0.6"/>
    <default_color r="0.7" g="0.7" b="0.95"/>
  </atmosphere>

  <cameras>  
  
    <camera name="bynt" depth="10" aperture="130" focus="4.5">
      <position x="0" y="3" z="-2"/>
      <rotation x="1" radians="0.5"/>
    </camera>
  
  </cameras>
  
  <surfaces>
  
    <surface name="tabletop">
      <ambient_color r="0.3" g="0.3" b="0.2"/>
      <diffuse_color r="0.7" g="0.7" b="0.6"/>
      <specular_color r="0.3" g="0.3" b="0.3" exponent="5"/>
      <reflectivity value="0.3"/>
    </surface>
    
    <surface name="grass">
      <ambient_color r="0.2" g="0.5" b="0.2"/>
      <diffuse_color r="0.2" g="0.5" b="0.2"/>
      <specular_color r="0.0" g="0.0" b="0.0" exponent="1"/>
    </surface>
    
    <surface name="dank">
      <ambient_color r="0.3" g="0.3" b="0.3"/>
      <diffuse_color r="0.3" g="0.3" b="0.3"/>
      <specular_color r="0.2" g="0.2" b="0.2" exponent="15"/>
      <reflectivity value="0.7"/>
    </surface>
    
    <surface name="ruby">
      <ambient_color r="0.4" g="0.01" b="0.01"/>
      <diffuse_color r="0.4" g="0.01" b="0.01"/>
      <specular_color r="0.5" g="0.02" b="0.02" exponent="50"/>
      <reflectivity value="0.3"/>
      <transparency value="0.7"/>
      <refraction_index value="1.2"/>
    </surface>
    
  </surfaces>
  
  <objects>
  
    <sphere_object name="dank" surface="dank" radius="0.5">
      <position x="-1.3" y="1" z="5"/>
    </sphere_object>
    
    <sphere_object name="dank" surface="dank" radius="0.5">
      <position x="0.4" y="1" z="4"/>
    </sphere_object>
    
    <sphere_object name="dank" surface="dank" radius="0.5">
      <position x="1.1" y="1" z="3.3"/>
    </sphere_object>
    
    <sphere_object name="ruby" surface="ruby" radius="0.5">
      <position x="-1" y="1" z="3.5"/>
    </sphere_object>
    
    <sphere_object name="dank" surface="dank" radius="0.5">
      <position x="-0.4" y="1" z="2.5"/>
    </sphere_object>
    
    <sphere_object name="dank" surface="dank" radius="0.5">
      <position x="2" y="1" z="2"/>
    </sphere_object>
    
    <sphere_object name="hill" surface="grass" radius="1000">
      <position x="200" y="-920" z="-500"/>
    </sphere_object>
    
    <plane_object name="grass" surface="grass" y="1" distance="-6"/>

    <!-- table top -->
    <box_object name="tabletop" surface="tabletop" x="30" y="1" z="30">
      <position x="0" y="0" z="0"/>
      <rotation y="1" radians="0.4"/>
    </box_object>
    
  </objects>
  
  <lights>
  
    <point_light name="quux">
      <intensity r="1" g="1" b="0.9"/>
      <position x="1000" y="1000" z="1000"/>
    </point_light>
    
  </lights>
  
</scene>