<?xml version="1.0" encoding="UTF-8" ?>

<!-- Brakes Pressure Indicator -->

<PropertyList>

	<path>res/brakes-ind.ac</path>
    
    <!-- Left Brake Pressure Indicator -->
    
    <animation>
    	<type>rotate</type>
    	<object-name>lb_psi</object-name>
    	<property>/hydraulics/brakes/pressure-left-psi</property>
    	<factor>0.03</factor>
    	<center>
    		<x-m>0</x-m>
    		<y-m>-0.0141</y-m>
    		<z-m>-0.0106</z-m>
    	</center>
    	<axis>
    		<x>1</x>
    		<y>0</y>
    		<z>0</z>
    	</axis>
    </animation>
    
    <animation>
    	<type>rotate</type>
    	<object-name>rb_psi</object-name>
    	<property>/hydraulics/brakes/pressure-right-psi</property>
    	<factor>-0.03</factor>
    	<center>
    		<x-m>0</x-m>
    		<y-m>0.0136</y-m>
    		<z-m>-0.0107</z-m>
    	</center>
    	<axis>
    		<x>1</x>
    		<y>0</y>
    		<z>0</z>
    	</axis>
    </animation>
    
    <animation>
    	<type>rotate</type>
    	<object-name>accum_psi</object-name>
    	<property>/hydraulics/brakes/accumulator-pressure-psi</property>
    	<interpolation>
			<entry><ind>0</ind><dep>0</dep></entry>
			<entry><ind>1000</ind><dep>66</dep></entry>
			<entry><ind>2000</ind><dep>78</dep></entry>
			<entry><ind>3000</ind><dep>90</dep></entry>
		</interpolation>
    	<center>
    		<x-m>0</x-m>
    		<y-m>0.0012</y-m>
    		<z-m>0.0134</z-m>
    	</center>
    	<axis>
    		<x>1</x>
    		<y>0</y>
    		<z>0</z>
    	</axis>
    </animation>

</PropertyList>