/tutorial/vision/opengl/data/world/world2.xml
http://github.com/tybor/Liberty · XML · 28 lines · 28 code · 0 blank · 0 comment · 0 complexity · 440826aeb101ebb79e09584471ed4044 MD5 · raw file
- <world>
- <camera>
- <position x="7" y="4" z="12"></position>
- <orientation h="30" p="-10" r="0"></orientation>
- </camera>
- <fog type="linear" start="0" end="17" atmospheric="True">
- <color r="0.25" g="0.25" b="0.25" a="1"></color>
- </fog>
- <light type="directional">
- <direction x="0.5" y="-1" z="-0.5"></direction>
- </light>
- <object file="ground.xml">
- <position x="0" y="0" z="0"></position>
- </object>
- <object file="crate2.xml">
- <position x="-1" y="1" z="-1"></position>
- </object>
- <object file="crate2.xml">
- <position x="1" y="1" z="-1"></position>
- </object>
- <object file="crate2.xml">
- <position x="-1" y="1" z="1"></position>
- </object>
- <object file="crate1.xml">
- <position x="2" y="1" z="2"></position>
- <orientation h="50" p="0" r="0"></orientation>
- </object>
- </world>