viewing source for "scenes/scene1.xml"

last commit

commit 2fcfc3b2e8e18bd4ab667b82d939cc2ba9b6a5d3 Author: Andrew Rader <andrew.r.rader@gmail.com> Date: Sun Jan 13 09:25:46 2008 -0800
Initial Commit

source code

01: <scene>
02:  <box x="-2.0" y="5.0" z="-1.0" width="4.0" height="0.001" depth="2.0" light="area" />
03:  <sphere x="0.0" y="0.0" z="0.0" radius="1.0">
04:   <material r="1.0" g="1.0" b="1.0" diffuse="0.0" specular="1.0" reflectivity="1.0" />
05:  </sphere>
06:  <box x="2.0" y="-2.0" z="-1.0" width="0.5" height="0.5" depth="0.5">
07:   <material r="0.7" g="0.7" b="0.5" diffuse="1.0" />
08:  </box>
09:  <plane x="0.0" y="1.0" z="0.0" distance="2.0" />
10:  <plane x="0.0" y="0.0" z="-1.0" distance="9.0">
11:   <material r="0.2" g="0.0" b="0.0" diffuse="1.0" />
12:  </plane>
13:  <plane x="0.0" y="-1.0" z="0.0" distance="9.0">
14:   <material r="0.0" g="0.2" b="0.0" diffuse="1.0" />
15:  </plane>
16:  <plane x="1.0" y="0.0" z="0.0" distance="9.0">
17:   <material r="0.2" g="0.0" b="0.2" diffuse="1.0" />
18:  </plane>
19:  <plane x="-1.0" y="0.0" z="0.0" distance="9.0">
20:   <material r="0.2" g="0.2" b="0.0" diffuse="1.0" />
21:  </plane>
22: </scene>