<?xml version="1.0"?> <!DOCTYPE scene SYSTEM "scene.dtd"> <Scene renderer="StdRenderer" width="400" height="400" supersampling="2x2" gaussian="true"> <PointLight location="-10, 40, 20" color="0.8, 0.8, 0.8"/> <PointLight location="-10, 40, -20" color="0.8, 0.7, 1.0"/> <Matte diffuse="0.90"/> <Sphere color="1, 0, 0" center="2.0, -0.5, -4.0" radius="1.0"/> <Plastic diffuse="0.25" specular="0.75" roughness="0.04" reflectance="0.75"/> <Sphere color="1, 0, 0" center="-2.0, -0.5, -6.0" radius="1.0"/> <Matte diffuse="1.0"/> <Box color="0.7, 0.5, 0.5" vertex1="2.5, 2.5, -5.0" vertex2="1.5, 0.5, -6.0"/> <Plastic diffuse="0.5" specular="0.6" roughness="0.04" reflectance="0.6"/> <Box color="0, 1, 0" vertex1="4.5, 5.5, -10.0" vertex2="-3.5, -4.5, -11.0"/> </Scene>