viewing source for "scenes/scene3.xml"
last commit
commit 2fcfc3b2e8e18bd4ab667b82d939cc2ba9b6a5d3
Date: Sun Jan 13 09:25:46 2008 -0800
source code
01: <scene>
02: <plane x="0.0" y="1.0" z="0.0" distance="4.4">
03: <material r="1.0" g="1.0" b="1.0" diffuse="0.8" />
04: </plane>
05: <plane x="0.0" y="0.0" z="-1.0" distance="12.0">
06: <material r="0.8" g="0.8" b="0.8" diffuse="0.8" spec="0.2" />
07: </plane>
08: <box x="-5.0" y="-4.15" z="3.0" width="10.0" height="8.3" depth="0.25">
09: <material r="0.3" g="0.3" b="0.3" diffuse="0.0" specular="0.8" reflectivity="0.3" refractive="true" refractivity="1.33" />
10: </box>
11: <sphere x="-1.0" y="1.0" z="5.0" radius="1.0">
12: <material r="0.6" g="0.6" b="0.8" diffuse="0.0" specular="1.0" reflectivity="1.0" />
13: </sphere>
14: <sphere x="5.5" y="1.5" z="7.8" radius="3.0">
15: <material r="0.8" g="0.6" b="0.6" diffuse="0.0" specular="1.0" reflectivity="1.0" />
16: </sphere>
17: <sphere x="-3.8" y="-1.2" z="1.5" radius="1.4">
18: <material r="0.6" g="0.8" b="0.6" diffuse="0.0" specular="1.0" reflectivity="1.0" />
19: </sphere>
20: <box x="-1.0" y="8.0" z="-2.5" width="2.0" height="0.001" depth="8.0" light="area">
21: <material r="0.9" g="0.9" b="0.95" diffuse="0.0" />
22: </box>
23: </scene>