Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
8e58c5f9a3
3 changed files with 18 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Reflections
|
||||
<!-- Reflections + Bumpmapping + specular
|
||||
|
||||
PARAMETERS: There are two forms of cube map texture:- vertical cross and 6 images.
|
||||
Either can be used - alternative forms are shown in <parameters> and in <texture-unit>
|
||||
|
@ -25,7 +25,7 @@ define <texture n="4"> in the derived effect file
|
|||
USE: To use the default reflection effect (controlled by material shininess values) use
|
||||
|
||||
<effect>
|
||||
<inherits-from>Effects/reflect</inherits-from>
|
||||
<inherits-from>Effects/reflect-bump-spec</inherits-from>
|
||||
<object-name>Fuselage</object-name>
|
||||
</effect>
|
||||
|
||||
|
@ -41,14 +41,14 @@ in your model file.
|
|||
To use your own effect place your efffect file containing something like this:
|
||||
|
||||
<name>Effects/lightningreflect</name>
|
||||
<inherits-from>Effects/reflect</inherits-from>
|
||||
<inherits-from>Effects/reflect-bump-spec</inherits-from>
|
||||
|
||||
and the the modified tags in the path as above
|
||||
|
||||
EXAMPLES: You can find examples of both usages in the Hunter and Lightning models.
|
||||
-->
|
||||
<PropertyList>
|
||||
<name>Effects/reflect</name>
|
||||
<name>Effects/reflect-bump-spec</name>
|
||||
<inherits-from>Effects/model-default</inherits-from>
|
||||
|
||||
<parameters>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<name>radios</name>
|
||||
<width>600</width>
|
||||
<height>330</height>
|
||||
<height>370</height>
|
||||
<modal>false</modal>
|
||||
|
||||
<text>
|
||||
|
@ -505,5 +505,15 @@
|
|||
</button>
|
||||
|
||||
</group>
|
||||
<group>
|
||||
<x>400</x>
|
||||
<y>60</y>
|
||||
<button>
|
||||
<legend>ATC Services in range</legend>
|
||||
<binding>
|
||||
<command>ATC-freq-search</command>
|
||||
</binding>
|
||||
</button>
|
||||
</group>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<PropertyList>
|
||||
|
||||
<menu>
|
||||
<label>General</label>
|
||||
|
||||
<label>File</label>
|
||||
<!--
|
||||
<item>
|
||||
<label>Load Flight (Shift-F1)</label>
|
||||
<binding>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<script>gui.save_flight()</script>
|
||||
</binding>
|
||||
</item>
|
||||
<!--
|
||||
|
||||
<item>
|
||||
<label>Scenario</label>
|
||||
<binding>
|
||||
|
|
Loading…
Reference in a new issue