<?xml version="1.0"  encoding="UTF-8"?>
<?bw?>
<?bwinclude url="./DefaultPreferences.xml"?>
<Session>
	<Scene>
		<Isolator name="Root" isolateTransforms="true">
			<PerspectiveCamera name="Camera" zoom="3.2" nearDistance=".25" farDistance="4000">
				<position x="0" y="0" z="-3"/>
			</PerspectiveCamera>
			<Group name="Lights">
				<GlobalIllumination name="GlobalLight">
					<ambient r=".25" g=".25" b=".25"/>
				</GlobalIllumination>
				<DirectionalLight name="theLight">
					<ambient r="0.7" g="0.7" b="0.7"/>
					<diffuse r="1" g="1" b="1"/>
					<specular r="1" g="1" b="1"/>
					<rotation x="30" y="-25" z="0"/>
				</DirectionalLight>
			</Group>
			<Group name="Models">
				<Model name="UV_BoxG" url="/objects/UV_BoxG.lwo"/>
			</Group>
		</Isolator>
		<RenderDirective name="RenderDirective" root="Root" antialiasType="0" antialiasWaitTimeMs="5000" backgroundImageFilename="images\Sky2.jpg"/>
	</Scene>
	<!-- Customize default preferences for this content-->
	<Set target="SceneInspector" evaluate="false"/>
	<Set target="ObjectInspector" evaluate="true"/>
</Session>
