CVS: data/Aircraft/Lockheed-NF104/Instruments/ai 90%gray.png, NONE, 1.1 GS&LOC-flags.png, NONE, 1.1 ai.ac, NONE, 1.1 ai.xml, NONE, 1.1 attitude-indicator.png, NONE, 1.1 attitude-reference.png, NONE, 1.1 knob.png, NONE, 1.1

Emmanuel Baranger <[email protected]>
Newsgroups gmane.games.flightgear.cvc
Message-ID <[email protected]>
Update of /var/cvs/FlightGear-0.9/data/Aircraft/Lockheed-NF104/Instruments/ai
In directory baron.flightgear.org:/tmp/cvs-serv23742/Instruments/ai

Added Files:
	90%gray.png GS&LOC-flags.png ai.ac ai.xml 
	attitude-indicator.png attitude-reference.png knob.png 
Log Message:
- New NF 104 C (by separate NF 104 A and NF 104 C)

--- NEW BINARY FILE "90%gray.png" ---

--- NEW BINARY FILE "GS&LOC-flags.png" ---

--- NEW FILE "ai.ac" ---
AC3Db
MATERIAL "ac3dmat12" rgb 0 0 0  amb 0 0 0  emis 0 0 0  spec 0 0 0  shi 128  trans 0
MATERIAL "ac3dmat1" rgb 1 1 1  amb 0 0 0  emis 0 0 0  spec 0 0 0  shi 128  trans 0
MATERIAL "ac3dmat14" rgb 0.8 0.8 0.8  amb 0.8 0.8 0.8  emis 0 0 0  spec 0.8 0.8 0.8  shi 128  trans 0
MATERIAL "ac3dmat12" rgb 0.102 0.102 0.102  amb 0.102 0.102 0.102  emis 0 0 0  spec 0.102 0.102 0.102  shi 128  trans 0
MATERIAL "ac3dmat1" rgb 1 1 1  amb 1 1 1  emis 0 0 0  spec 1 1 1  shi 128  trans 0
MATERIAL "ac3dmat14" rgb 0.8 0.8 0.8  amb 0.8 0.8 0.8  emis 0 0 0  spec 0.8 0.8 0.8  shi 80  trans 0.894
MATERIAL "ac3dmat13" rgb 0.533 0.533 0.533  amb 0.533 0.533 0.533  emis 0 0 0  spec 0.533 0.533 0.533  shi 128  trans 0
OBJECT world
kids 2
OBJECT group
name "indicator"
loc 0.0273012 -0.0016724 0.00373223
kids 4
OBJECT poly
name "attitude-ring"
loc 0.0082015 0.0015018 -0.00371893
texture "attitude-reference.png"
crease 45.000000
[...46396 lines suppressed...]
0 1 0
kids 0
OBJECT poly
name "dec"
loc 0.00569531 0 0.0146
crease 45.000000
numvert 4
-0.0110007 0.0113906 -0.0113906
-0.0110007 0.0113906 0.0113906
-0.0110007 -0.0113906 0.0113906
-0.0110007 -0.0113906 -0.0113906
numsurf 1
SURF 0x30
mat 1
refs 4
0 1 1
1 0 1
2 0 0
3 1 0
kids 0

--- NEW FILE "ai.xml" ---
<?xml version="1.1"?>

<!-- F-104C attitude indicator-->

<PropertyList>

<path>ai.ac</path>

<!--***rotations***-->

<animation>
	<type>rotate</type>
	<object-name>attitude-sphere</object-name>
	<object-name>bank-index1</object-name>
	<property>orientation/roll-deg</property>
	<center>
		<x-m>0.0</x-m>
		<y-m>0.0</y-m>
		<z-m>0.0</z-m>
	</center>
	<axis>
		<x>1</x>
		<y>0</y>
		<z>0</z>
	</axis>
</animation>  

<animation>
	<type>rotate</type>
	<object-name>attitude-sphere</object-name>
	<property>orientation/pitch-deg</property>
	<center>
		<x-m>0.0</x-m>
		<y-m>0.0</y-m>
		<z-m>0.0</z-m>
	</center>
	<axis>
		<x>0</x>
		<y>1</y>
		<z>0</z>
	</axis>
</animation>  

<animation>
	<type>rotate</type>
	<object-name>attitude-sphere</object-name>
	<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
	<center>
		<x-m>0.0</x-m>
		<y-m>0.0</y-m>
		<z-m>0.0</z-m>
	</center>
	<axis>
		<x>0</x>
		<y>1</y>
		<z>0</z>
	</axis>
</animation>  

<!--***adjust horizon offset***-->

<animation> 
	<type>rotate</type>
	<object-name>knob</object-name>
	<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
	<factor>5</factor>
    <center>
      <x-m>0.0 </x-m>
      <y-m>0.031285</y-m>
      <z-m>-0.031644</z-m>
    </center>
	<axis> 
		<x>-1</x>
	</axis>
</animation>

<animation>
	<type>pick</type>
	<object-name>dec</object-name>
	<visible>false</visible>
	<action>
		<name>small decrease</name>
		<button>0</button>
		<repeatable>true</repeatable>
		<binding>
			<command>property-adjust</command>
			<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
			<step>-.2</step>
			<min>-10</min>
			<max>10</max>
			<wrap>0</wrap>
		</binding>
	</action>
	<action>
		<name>large decrease</name>
		<button>1</button>
		<repeatable>true</repeatable>
		<binding>
			<command>property-adjust</command>
			<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
			<step>-1</step>
			<min>-10</min>
			<max>10</max>
			<wrap>0</wrap>
		</binding>
	</action>
</animation>   

<animation>
	<type>pick</type>
	<object-name>inc</object-name>
	<visible>false</visible>
	<action>
		<name>small increase</name>
		<button>0</button>
		<repeatable>true</repeatable>
		<binding>
			<command>property-adjust</command>
			<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
			<step>.2</step>
			<min>-10</min>
			<max>10</max>
			<wrap>0</wrap>
		</binding>
	</action>
	<action>
		<name>large increase</name>
		<button>1</button>
		<repeatable>true</repeatable>
		<binding>
			<command>property-adjust</command>
			<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
			<step>1</step>
			<min>-10</min>
			<max>10</max>
			<wrap>0</wrap>
		</binding>
	</action>
</animation>


	<!--***reset to zero***-->

<animation>
	<type>pick</type>
	<object-name>front</object-name>
	<action>
		<button>0</button>
		<repeatable>false</repeatable>
		<binding>
			<command>property-assign</command>
			<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
			<value>0</value>
		</binding>
	</action>
</animation>

<!-- *** LoD *** -->

<animation>
	<type>range</type>
	<min-m>0</min-m>
	<max-m>5</max-m>
</animation>

</PropertyList>

--- NEW BINARY FILE "attitude-indicator.png" ---

--- NEW BINARY FILE "attitude-reference.png" ---

--- NEW BINARY FILE "knob.png" ---


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.