<PropertyList>
	<path>VIDP_BigHangar.ac</path>

	<animation>
		<type>material</type>
		<object-name>Exterior</object-name>
		<object-name>Interior</object-name>
		<condition>
			<greater-than>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.57</value>
			</greater-than>
		</condition>
		<global type="bool">true</global>
		<emission>
			<red>1</red>
			<green>1</green>
			<blue>1</blue>
		</emission>
		<texture>bigHangar747lit.rgb</texture>
	</animation>
	
	<animation>
		<type>material</type>
		<object-name>Exterior</object-name>
		<object-name>Interior</object-name>
		<condition>
			<less-than-equals>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.57</value>
			</less-than-equals>
		</condition>
		<global type="bool">true</global>
		<emission>
			<red>0</red>
			<green>0</green>
			<blue>0</blue>
		</emission>
		<texture>bigHangar747.rgb</texture>
	</animation>

	
	<animation>
		<type>material</type>
		<object-name>rooflight</object-name>
				<condition>
			<greater-than>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.57</value>
			</greater-than>
		</condition>
		<global type="bool">true</global>
		<emission>
			<red>1</red>
			<green>1</green>
			<blue>1</blue>
		</emission>
		<texture>apt-lightlit.rgb</texture>
	</animation>
	
	<animation>
		<type>material</type>
		<object-name>rooflight</object-name>
		<condition>
			<less-than-equals>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.57</value>
			</less-than-equals>
		</condition>
		<global type="bool">true</global>
		<emission>
			<red>0</red>
			<green>0</green>
			<blue>0</blue>
		</emission>
		<texture>apt-light.rgb</texture>
	</animation>


<animation>
		<type>material</type>
		<object-name>box</object-name>

		<condition>
			<greater-than>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.57</value>
			</greater-than>
		</condition>
		<global type="bool">true</global>
		<emission>
			<red>1</red>
			<green>1</green>
			<blue>1</blue>
		</emission>
		<texture>towerlit.rgb</texture>
	</animation>
	
	<animation>
		<type>material</type>
		<object-name>box</object-name>
	
		<condition>
			<less-than-equals>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.57</value>
			</less-than-equals>
		</condition>
		<global type="bool">true</global>
		<emission>
			<red>0</red>
			<green>0</green>
			<blue>0</blue>
		</emission>
		<texture>tower.rgb</texture>
	</animation>
</PropertyList>