viewing source for "scenes/scene2.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="0.98" g="0.98" b="0.90" diffuse="0.3" />
04: </plane>
05: <plane x="0.0" y="0.0" z="-1.0" distance="7.0">
06: <material r="0.98" g="0.98" b="0.90" diffuse="0.8f" specular="0.005" />
07: </plane>
08: <plane x="0.0" y="-1.0" z="0.0" distance="5.5">
09: <material r="0.98" g="0.98" b="0.90" diffuse="1.0" specular="0.8" />
10: </plane>
11: <box x="-7.25" y="3.0" z="6.5" width="0.5" height="0.5" depth="0.5">
12: <material r="1.0" g="0.2" b="0.2" diffuse="1.0" specular="0.2" />
13: </box>
14: <box x="-7.125" y="2.95" z="6.625" width="0.25" height="0.05" depth="0.25" light="area">
15: <material r="1.0" g="0.5" b="0.5" />
16: </box>
17: <sphere x="-7.0" y="0.0" z="2.0" radius="2.0">
18: <material r="1.0" g="0.0" b="0.0" diffuse="0.0" specular="0.8" reflectivity="1.0" />
19: </sphere>
20: <box x="-3.25" y="3.0" z="6.5" width="0.5" height="0.5" depth="0.5">
21: <material r="0.2" g="1.0" b="0.2" diffuse="1.0" specular="0.2" />
22: </box>
23: <box x="-3.125" y="2.95" z="6.625" width="0.25" height="0.05" depth="0.25" light="area">
24: <material r="0.5" g="1.0" b="0.5" />
25: </box>
26: <sphere x="-3.0" y="-1.0" z="2.0" radius="1.0">
27: <material r="0.0" g="1.0" b="0.0" diffuse="0.0" specular="0.8" reflectivity="1.0" />
28: </sphere>
29: <box x="-1.25" y="3.0" z="6.5" width="0.5" height="0.5" depth="0.5">
30: <material r="0.2" g="0.2" b="1.0" diffuse="1.0" specular="0.2" />
31: </box>
32: <box x="-1.125" y="2.95" z="6.625" width="0.25" height="0.05" depth="0.25" light="area">
33: <material r="0.5" g="0.5" b="1.0" />
34: </box>
35: <sphere x="-1.0" y="-1.5" z="2.0" radius="0.5">
36: <material r="0.0" g="0.0" b="1.0" diffuse="0.0" specular="0.8" reflectivity="1.0" />
37: </sphere>
38: <sphere x="0.0" y="0.75" z="2.0" radius="0.75">
39: <material r="1.0" g="1.0" b="1.0" diffuse="0.0" specular="0.8" reflectivity="1.0" />
40: </sphere>
41: <box x="0.75" y="3.0" z="6.5" width="0.5" height="0.5" depth="0.5">
42: <material r="0.2" g="0.2" b="1.0" diffuse="1.0" specular="0.2" />
43: </box>
44: <box x="0.875" y="2.95" z="6.625" width="0.25" height="0.05" depth="0.25" light="area">
45: <material r="0.5" g="0.5" b="1.0" />
46: </box>
47: <sphere x="1.0" y="-1.5" z="2.0" radius="0.5">
48: <material r="0.0" g="0.0" b="1.0" diffuse="0.0" specular="0.8" reflectivity="1.0" />
49: </sphere>
50: <box x="2.75" y="3.0" z="6.5" width="0.5" height="0.5" depth="0.5">
51: <material r="0.2" g="1.0" b="0.2" diffuse="1.0" specular="0.2" />
52: </box>
53: <box x="2.875" y="2.95" z="6.625" width="0.25" height="0.05" depth="0.25" light="area">
54: <material r="0.5" g="1.0" b="0.5" />
55: </box>
56: <sphere x="3.0" y="-1.0" z="2.0" radius="1.0">
57: <material r="0.0" g="1.0" b="0.0" diffuse="0.0" specular="0.8" reflectivity="1.0" />
58: </sphere>
59: <sphere x="7.0" y="0.0" z="2.0" radius="2.0">
60: <material r="1.0" g="0.0" b="0.0" diffuse="0.0" specular="0.8" reflectivity="1.0" />
61: </sphere>
62: <box x="6.75" y="3.0" z="6.5" width="0.5" height="0.5" depth="0.5">
63: <material r="1.0" g="0.2" b="0.2" diffuse="1.0" specular="0.2" />
64: </box>
65: <box x="6.875" y="2.95" z="6.625" width="0.25" height="0.5" depth="0.25" light="area">
66: <material r="1.0" g="0.5" b="0.5" />
67: </box>
68: <box x="-6.0" y="4.0" z="-4.0" width="2.0" height="0.001" depth="2.0" light="area">
69: <material r="0.2" g="0.2" b="0.25" />
70: </box>
71: <box x="4.0" y="4.0" z="-4.0" width="2.0" height="0.001" depth="2.0" light="area">
72: <material r="0.2" g="0.2" b="0.25" />
73: </box>
74: </scene>